Ooba_Scott:
haha no i think you would beat me to it......
Gotta update the client to the latest version of ZC, and patches and your latest module release as their previous guys havnt been keeping it uptodate
Have got a question, which you could probably answer me straight away....
Why do we need the base href tag anyway?
If you remove the base href tag, then the site will work fine anyway (obviously not in worldpay, as it needs it to be absolute urls), but on a general ZC site you dont need it surely?
It depends "normally" on a ZC site it wouldn't be needed.
Occasionally you have some strange mod_rewrite rules.
Very very occasionally you have a linked in stylesheet that has an image in it, or includes other stylesheets. If one wanted to extend Zencart by using jQuery themes, then it would be very beneficial as the themes are built from one core file that needs to know where everything is, and css files only put in one request per item, whereas php could go "well if it's not there, then try...."
For the majority, you are correct, then you get the person that redirects their site from http://www.example.com/ using mod_rewrite incorrectly to http://www.example.com/store/index.php and the images are looking for http://www.example.com/ (because the URL hasn't got the store bit in it) when they are supposed to be finding them in http://www.example.com/store/ putting the base href at http://www.example.com/store/ stops that