diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..3d08064 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteCond %{HTTP_HOST} ^www\.dankotowski.dev +RewriteRule ^(.*)$ https://dankotowski.dev/$1 [R=301,L]