We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693d355 commit 77cef7dCopy full SHA for 77cef7d
web/.htaccess
@@ -1,5 +1,10 @@
1
<IfModule mod_rewrite.c>
2
RewriteEngine On
3
+
4
+ RewriteCond %{HTTPS} !=on
5
+ RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
6
+ RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
7
8
RewriteCond %{REQUEST_FILENAME} !-f
9
RewriteRule ^ index.php [L]
10
</IfModule>
0 commit comments