We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb36e0 commit e641bd4Copy full SHA for e641bd4
.htaccess
@@ -0,0 +1,4 @@
1
+RewriteEngine On
2
+RewriteBase /
3
+RewriteCond %{HTTP_HOST} ^www.a-mo.me$ [NC]
4
+RewriteRule ^(.*)$ http://a-mo.me/$1 [R=301, L]
0 commit comments