/ Published in: Apache
Expand |
Embed | Plain Text
# Redirect without www prefix RewriteCond %{HTTP_HOST} ^www.happyideas.com$ [NC] RewriteRule ^(.*)$ http://happyideas.com/$1 [r=301,NC,L]
You need to login to post a comment.
# Redirect without www prefix RewriteCond %{HTTP_HOST} ^www.happyideas.com$ [NC] RewriteRule ^(.*)$ http://happyideas.com/$1 [r=301,NC,L]
You need to login to post a comment.