Expanded .htaccess for SEO
This commit is contained in:
parent
e97717b2bd
commit
72aad6ecf5
@ -1 +1,6 @@
|
||||
Options -Indexes
|
||||
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
|
||||
|
Loading…
x
Reference in New Issue
Block a user