/ Published in: Apache
Expand |
Embed | Plain Text
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.example.com/$1 [R=301,L]
You need to login to post a comment.
bluematt on 07/07/10
2 people have marked this snippet as a favorite
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.example.com/$1 [R=301,L]
You need to login to post a comment.