/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine On RewriteCond %{HTTP_HOST} !^www.example.com$ RewriteRule (.*) http://www.example.com$1 [R]