Expanded .htaccess for SEO

This commit is contained in:
root 2019-01-26 15:54:13 +02:00
parent e97717b2bd
commit 72aad6ecf5
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]