I have changed my directory sturcture around ... my forums directory used to be the root on my site "/". I have since moved it into "/forum" directory however my site index is still at /.index.php. So basically all my pages that have been index'd by Search Engines are all wong and point to
www.mysite.com/showthread.php?t=5454 when they should point to
www.mysite.com/forum/showthread.php?t=5454
I know I can redirect everything to /forum BUT my site (other then my forums) still reside at
www.mysite.com. I guess basically I want to redirect everything that was "forum" related (forumdisplay.php etc) to /forums so the search engine links still work..
Can someone please help me???