/ Published in: HTML
URL: no-www.org
strips the www from all URLs on your domain
Expand |
Embed | Plain Text
RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteBase /
You need to login to post a comment.
