From c64c250660e3729ee0fa89422594e35ba67fabe5 Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Mon, 1 Jul 2024 15:42:47 -0500 Subject: [PATCH] Remove unused .htaccess File was required for hosting in Namecheap. Now that we are hosting on Github pages, this is no longer required. --- public/.htaccess | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index 3d08064..0000000 --- a/public/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ -RewriteEngine On -RewriteCond %{HTTP_HOST} ^www\.dankotowski.dev -RewriteRule ^(.*)$ https://dankotowski.dev/$1 [R=301,L]