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 dcbf1ce commit 4fbac7bCopy full SHA for 4fbac7b
public/.htaccess
@@ -9,6 +9,14 @@
9
RewriteCond %{REQUEST_FILENAME} !-d
10
RewriteRule ^(.*)/$ /$1 [L,R=301]
11
12
+ # Remove www.
13
+ #RewriteCond %{HTTP_HOST} ^www\.(.+)$
14
+ #RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L]
15
+
16
+ # Force SSL
17
+ #RewriteCond %{HTTPS} !=on
18
+ #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
19
20
# Handle Front Controller...
21
22
RewriteCond %{REQUEST_FILENAME} !-f
0 commit comments