This is what lives in the first if statement of config file:
Code:
define('ABSOLUTE_SCRIPT_PATH','/home/webdiva/public_html/phpDig');
// full path up to but not including admin dir, no end slash
if ((!isset($relative_script_path)) || (($relative_script_path != "/home/webdiva/public_html/phpDig") &&
($relative_script_path != "..") && ($relative_script_path != ABSOLUTE_SCRIPT_PATH))) {
// echo "\n\nPath not recognized!\n\n";
exit();
}
I still get error msg saying "cannot connect to database check connection file"
Do you have any idea why this is? I'd really like to index "something" but even so far I cannot do that.