Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Just add the following code to your .htaccess file in the highest folder of your web directory and yor visitors will be forced to use the www version.
- RewriteEngine on
- RewriteCond %{HTTP_HOST} !^www.your_domain.com$
- RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301]
Add Comment
Please, Sign In to add comment