Quote:
Originally Posted by michi123
ye, cuz ur out of your forums folder! the folder has to be in your forums folder!
if sumone is using vbseo, uve to change the config path in config_vbseo.php too!
search
Code:
define('VBSEO_VB_CONFIG', 'config.php');
replace with
Code:
define('VBSEO_VB_CONFIG', '../folder/newconfig.php');
important is the .. !
|
This renaming will work just fine with vBulletin 4.0 and for vBSEO 3.5 RC2 you need to modify the config.xml file located here:
PHP Code:
www.yoursite.com/forum/vbseo/resources/xml/config.xml
Differently then you see in the quote above since the config file is now an xml file

.
Change the following lines and replace the newfolderlocation and newconfigname.php with your new folder and file names
PHP Code:
<setting>
<name>VBSEO_VB_CONFIG</name>
<value><![CDATA[../newfolderlocation/newconfigname.php]]></value>
</setting>
Then upload the config.xml file back to your server and no more errors from vBSEO

.
Enjoy!
Mike