Return to Snippet

Revision: 26438
at April 28, 2010 10:59 by vigoncas


Initial Code
# Redirect without www prefix
RewriteCond %{HTTP_HOST} ^www.happyideas.com$ [NC]
RewriteRule ^(.*)$ http://happyideas.com/$1 [r=301,NC,L]

Initial URL


Initial Description


Initial Title
.htaccess redirect url without www prefix

Initial Tags
redirect, htaccess, apache

Initial Language
Apache