Simple quick question :)
In IIS6 I have specified my "home" dir to be:-D:\Inetpub\vhosts\mysite.co.uk\httpdocs\
however in php the _SERVER["PATH_TRANSLATED"] is:
D:\\Inetpub\\vhosts\\mysite.co.uk\\httpdocs\\vb\\info.php
(vbuleltin board install)
so all the php paths I need to use D:\Inetpub\vhosts\mysite.co.uk\httpdocs\ instead of the what the ftp progs see:httpdocs\ onwards
is there a setting I need to edit somewhere>?