vBSEO does not use vBulletin Forum URL

nazu

New Member
Hey,
How can I make vBSEO 3.2.0 GOLD to use the vBulletin forum url?

Right now it re writes all the urls to:
mywebsite.com/

When my forum is at
mywebsite.com/forum/

So currently it is doing this:
mywebsite.com/category/forum-id/post-id.html

What I need it to do is this:
mywebsite.com/forum/category/forum-id/post-id.html
 

bluescorpion

New Member
The rewrite for that redirect is in the .htaccess that came with the vbseo. It is commented out by default. But Hoxxy is absolutely correct, you will probably have to customize it to your specific URL.

HTH
 

nazu

New Member
Nevermind, I got it. I thought I had gotten this correct before but it seems my absolute path was wrong...somehow (crap host tbh).

Anyhow, to fix this issue for anyone who has a problem like this in the future, simply go to your

config_vbseo.php

Set
define('VBSEO_CUSTOM_DOCROOT', '/usr/your_path/public_html');
 
Top