Quote:
Originally Posted by Merjawy
why not keep a fake copy of config.php with this mod, in the original folder to fool hackers?
|
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 .. !
|
Will add these to the first post!