Hi Guys,
Thanks for the help/advice.
I've followed the instructions on the link you posted up Mike and it's definately an improvement on the other methods i've tried although it's still not working completely correctly.
I've got an error on the admin login page and the default login details don't appear to work either
Any ideas what the problem could be? The code around line 130 is some of additional code i added from that solution:
PHP Code:
// Register Globals MOD - http://www.magic-seo-url.com
if (!ini_get("register_globals")) {
if (version_compare(phpversion(), "4.1.0", "<") === true) {
if (isset($HTTP_SESSION_VARS)) $_SESSION &= $HTTP_SESSION_VARS;
}
extract($_SESSION, EXTR_SKIP);
}
Thanks,
James
Bookmarks