Wednesday, February 28, 2018

Redirect www to non www htaccess.

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

No comments:

Post a Comment