Merge branch 'master' of gitlab.com:iimtt/iimtt.org into dns
This commit is contained in:
7
.htaccess~12451c3cc16932eaea10491a1f7d244df9da449c
Normal file
7
.htaccess~12451c3cc16932eaea10491a1f7d244df9da449c
Normal file
@@ -0,0 +1,7 @@
|
||||
#RewriteCond %{HTTPS} !=on
|
||||
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
|
||||
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*) index.php
|
||||
Reference in New Issue
Block a user