Page is a not externally linkable
TheKiller - 2:53 pm on Aug 15, 2011 (gmt 0)
So i have had my forum at the fallowing url: http://www.example.com/Forums/
I wished to re-name my folder into /forums/.
I have used the script bellow to make both folder paths available.
RewriteRule ^Forums/(.*) forums/$1
http://www.example.com/Forums/viewforum.php?f=2
and http://www.example.com/forums/viewforum.php?f=2
Show the Same contents.
I would like that when i access: http://www.example.com/Forums/viewforum.php?f=2
It will redirect to: http://www.example.com/forums/viewforum.php?f=2
I hope i explained well :)