/ Published in: HTML
![](/img/icon_sav.png?v3)
strips the www from all URLs on your domain
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteBase /
URL: no-www.org
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)