it is still doing it. Mainly in the Admin side now... every link!
i changed this code in the menu.php file in the cssmenu folder for each of the "home" and "admin" files. seemed to help the public side, but not the admin side.. i have tried everything i know and no fix. It is definitely not a browser cache issue. tested on 3 computers.
FROM:
<?php
$WA_localRoot = "";
$WA_remoteRoot = "";
$WA_curURL = strtolower((isset($_SERVER["PHP_SELF"]))?$_SERVER["PHP_SELF"]:"");
TO:
<?php
$WA_localRoot = "/";
$WA_remoteRoot = "/";
$WA_curURL = strtolower((isset($_SERVER["PHP_SELF"]))?$_SERVER["PHP_SELF"]:"");
is this tied into the testing install in the mySQL database at all? That is the last idea i have. keeps going to shop.greengate.ca/PW3TEST/Admin.......
the PW3TEST folder is what the test site was installed into and the all files move out of. that folder is also deleted.