Redirect WWW to NO WWW using .htaccess Submitted by CoolGoose on Tue, 02/02/2010 - 16:28 Inspired by here's how to do a simple redirect from the www version to the non www version of the website. RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^example.com$ [NC] RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] Technology: apache htaccess Read more about Redirect WWW to NO WWW using .htaccessAdd new comment
Recent comments