Quote:
Originally Posted by Seven Skins
Link to your site will help.
There might be a confilct from the htaccess file above your forums folder.
You may try this soultion (it may or may not work) ... to the htaccess file in forums folder, add the code below to the first line.
Your htaccess file should start like this:
Code:
RewriteEngine Off
RewriteEngine on
# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forum/
|
I even tried removing the htaccess file in the root folder and tried your suggestions. But no luck.
--------------- Added [DATE]1396038346[/DATE] at [TIME]1396038346[/TIME] ---------------
Quote:
Originally Posted by Lynne
If your forums are really in a directory called /forums/forums/, then the RewriteBase would be:
RewriteBase /forums/forums/
|
My forums are in the forum directory.
/forums
After the url rewrite it turns to /forums/forums/
I think if we can get rid of the forums rewrite, we can fix this.
Also i tried commenting out this but resulted in 404 not found error, when i open a forum category but threads work fine.
Code:
RewriteRule ^forums/.* forumdisplay.php [QSA]