Skip to content

Commit

Permalink
Added .htaccess for www redirection v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GevinN99 committed Mar 20, 2024
1 parent e18da8e commit c7b38b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.iclve24\.info [NC]
RewriteRule ^(.*)$ https://iclve24.info/$1 [L,R=301]
1 change: 1 addition & 0 deletions build/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iclve24.info

0 comments on commit c7b38b7

Please sign in to comment.