first commit
This commit is contained in:
5
public/.htaccess
Normal file
5
public/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
#Rewrite to www
|
||||
Options +FollowSymLinks
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP_HOST} ^www\. [NC]
|
||||
RewriteRule ^(.*)$ https://loicgentil.fr/$1 [L,R=301]
|
||||
Reference in New Issue
Block a user