From 688593b00139f70575de5ca996041e0934fbb693 Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Mon, 8 May 2023 21:14:05 -0500 Subject: [PATCH] Redirect www.dankotowski.dev to dankotowski.dev --- public/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/.htaccess 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]