Forum Moderators: phranque

Message Too Old, No Replies

301 Redirect - A whole section?

How to redirect everything in one folder to another

         

teenwolf

11:33 pm on Dec 16, 2004 (gmt 0)

10+ Year Member



How would I move everything from folder A to folder B with one line instead of putting in a 301 redirect for every single page within that folder?

Span

11:45 pm on Dec 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi,

in your .htaccess:


RedirectMatch permanent ^/folderA(.*) http://www.example.com/folderB$1

teenwolf

2:29 am on Dec 17, 2004 (gmt 0)

10+ Year Member



Many thanks.