Awesome, it worked!
:high five:
--------------- Added [DATE]1240261256[/DATE] at [TIME]1240261256[/TIME] ---------------
One more quick question. Our hosting provider gives us access via "/~name/" appended to the end of the url for some reason.
So when we go to
www.mysite.com/~name/ the root directory loads and
www.mysite.com/~name/forums/ loads the forum directory.
I tried writing a condition that would detect the "~name" and remove it from the url but apparently the server treats
www.mysite.com/~name/ as
www.mysite.com and .htaccess isn't able to detect the "~name" in it. (unless I wrote the condition wrong)
Any idea how this can be fixed?
The reason THIS is an issue, is because some of the users still use the url with "~name" in it since that is what they bookmarked.