/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Redirect without www prefix RewriteCond %{HTTP_HOST} ^www.happyideas.com$ [NC] RewriteRule ^(.*)$ http://happyideas.com/$1 [r=301,NC,L]