/ Published in: Apache
Expand |
Embed | Plain Text
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
You need to login to post a comment.
section31 on 11/25/08
1 person have marked this snippet as a favorite
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
You need to login to post a comment.