windows apache always goes for a relative to the 'server'
what you might do is move your includes directory inside the webroot of the server, or, what some people do for cross development is do something like
define("PREFIX", "/whatever");
then do something like include PREFIX . "/inc/whatever";
not quite what you want, but it does almost the same thing.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
|