/ Published in: Apache
Expand |
Embed | Plain Text
RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^www\.example\.com [NC] RewriteRule ^(.*) http://example.com/$1 [L,R=301]
You need to login to post a comment.
section31 on 11/25/08
3 people have marked this snippet as a favorite
RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^www\.example\.com [NC] RewriteRule ^(.*) http://example.com/$1 [L,R=301]
You need to login to post a comment.