Forum Moderators: phranque
I installed a vbulletin forum on the same site in another folder, but when I try to login to the forum, it keeps redirecting straight to the homepage of the site.
Anyone any idea how I might resolve this?
Lets say you've installed the forum at the "forum" subdirectory, http://www.example.com/forum
Well, add this file to the wordpress .htaccess file:
RewriteRule ^forum/(.*)$ forum/$1 [L]
Of course, the RewriteEngine should be turned on.
[edited by: encyclo at 5:33 pm (utc) on Aug. 20, 2007]
[edit reason] switched to example.com [/edit]