Recently I moved the forum from a directory called /forums/ to /forum/. I'm using a .htaccess file in the old directory so that everyone's bookmarks still fuction correctly. There's one minor problem though; it removes anything after the filename with the redirect (i.e.
/forums/showthread.php?t=14705), and I'm pretty much a noob on this matter.
This is the current simple .htaccess which I'm using:
Quote:
RedirectPermanent /forums/ http://www.mydomain.com/forum/
|
Is there a way to attach that "?t=14705" with the redirect?