Remove unused .htaccess

File was required for hosting in Namecheap. Now that we are hosting on
Github pages, this is no longer required.
This commit is contained in:
Dan Kotowski 2024-07-01 15:42:47 -05:00
parent 39c4311ba9
commit c64c250660
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

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