How do I redirect all traffic from test/(.*) to http://newdomain.com/test/$1? I tried this, but that didn’t work: RewriteRule ^test/(.*) http://domain.com/test/$1 [R=301,L]
How do I redirect all traffic from test/(.*) to http://newdomain.com/test/ $1? I tried this,
Share
I think, you need to add a slash to the beginning of the rule: