Here is what I would have the clientside code look like for localhost...
So the absolute path to the main stylesheet on my localhost would be...<base href="http://localhost/Version%202.8/" />
<link href="themes/classic/style.css.php" media="screen" rel="stylesheet" type="text/css" />
http://localhost/Version%202.8/themes/c ... le.css.php
On my domain name it would look like this...
So the absolute path to the main stylesheet on my domain name would be...<base href="http://www.jabcreations.net/" />
<link href="themes/classic/style.css.php" media="screen" rel="stylesheet" type="text/css" />
http://www.jabcreations.net/themes/clas ... le.css.php
I could figure out the PHP script fine but I am curious what I should use to determine if the page is being loaded at localhost or a specific domain name? Thanks for your replies!