Redirect www.dankotowski.dev to dankotowski.dev

This commit is contained in:
Dan Kotowski 2023-05-08 21:14:05 -05:00
parent c33452270e
commit 688593b001
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

3
public/.htaccess Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.dankotowski.dev
RewriteRule ^(.*)$ https://dankotowski.dev/$1 [R=301,L]