1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-19 12:32:47 -05:00

Redirect www.dankotowski.dev to dankotowski.dev

This commit is contained in:
2023-05-08 21:14:05 -05:00
parent c33452270e
commit 688593b001
+3
View File
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.dankotowski.dev
RewriteRule ^(.*)$ https://dankotowski.dev/$1 [R=301,L]