.htaccess 301 redirect question
I am moving from one forum system to anther, the import is done and the URL structure is completely different.
I have 301 redirect for the main entry pages i.e
Redirect 301 /forum/old.html http ://www.new.com
I don't have time to do this for every page, so I thought I would add the following to the bottom of the list:
Redirect 301 /forum/ http ://www.new.com
The problem is this overrides the individual redirects.
Is there any way round this?
Tony
Last edited by tb987; 06-26-2008 at 06:00 PM.
|