Forum Moderators: phranque
I've a strange problem.I've move my forum from www.example.com to www.example.com/forum/
In order to provide to the bots the paths of new files I'm using a 301 redirect, this:
Redirect permanent / http://www.example.com/forum/
Using this string I get an infinite loop :in the url bar I see www.example.com/forum/forum/forum/forum/forum/forum/forum/forum/forum/....
Using this string everything works well:
Redirect permanent /portal.php http://www.example.com/forum/portal.php
but I cannot redirect everypage of my forum to the new one manually.
So, does anyone have a good idea to make this .htaccess work?
Thanks to all