We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1e8fa commit f91cf0cCopy full SHA for f91cf0c
.htaccess
@@ -3,6 +3,11 @@ AddHandler php54-cgi .php
3
4
# Updates here should coincide with rp.getRestOfUrl()
5
RewriteEngine On
6
+
7
+RewriteBase /
8
+RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
9
+RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
10
11
RewriteRule ^r/(.*) /index.html
12
RewriteRule ^user/(.*) /index.html
13
RewriteRule ^domain/(.*) /index.html
0 commit comments