I'm trying to redirect my entire news structure to an identical structure on another site, how do I do that in BP?
I've tried this:
I've also tried ^news/*$ but both only seem to redirect that particular url, but not anything below it...?
I've tried this:
Code:
RewriteRule ^news/$ http://www.newsite.co.uk/news/ [R=301,L]
Comment