Revision: 47191
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 2, 2011 05:51 by manuelpedrera
Initial Code
RewriteEngine On RewriteCond %{HTTP_HOST} !^your-site.com$ [NC] RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301]
Initial URL
Initial Description
Initial Title
Remove www from URL
Initial Tags
url, htaccess
Initial Language
Apache