I want to redirect all pages in my old domain to my new domain
i used the below code for redirecting all pages in the old domain
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
but this redirecting is not working correctly when any page names contain a space ..how can i fix this ?
any1 pls help out ...
i used the below code for redirecting all pages in the old domain
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
but this redirecting is not working correctly when any page names contain a space ..how can i fix this ?
any1 pls help out ...
Comment