/ Published in: Apache
Expand |
Embed | Plain Text
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]
You need to login to post a comment.
iTony on 03/31/08
1 person have marked this snippet as a favorite
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]
You need to login to post a comment.