/ Published in: Apache
Expand |
Embed | Plain Text
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
You need to login to post a comment.
deftonez4me on 03/13/09
3 people have marked this snippet as a favorite
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
You need to login to post a comment.