Ok i have a server running Windows Server 2003 Standard Edition. The last server we had used linux and Apache which supports the /home/usr/blah/blah ok what my question is...is what is the base path on a windows server, how can i use the base path on a webpage on a windows server. I have no experience using windows as a server. Also we had some issues with the not working.
Our server is
running Windows Server 2003 Standard
with IIS and Plesk.
i am working with PHP....
$config['baseurl'] = '// The actual location of openlistings on the machine -- leave off the trailing slash
-----> $config['basepath'] = '/home/xfactor-/public_html/v2/'; <-------This is the part i need the information about for use with windows
This is the actual code....anyways hope this helps
Our server is
running Windows Server 2003 Standard
with IIS and Plesk.
i am working with PHP....
$config['baseurl'] = '// The actual location of openlistings on the machine -- leave off the trailing slash
-----> $config['basepath'] = '/home/xfactor-/public_html/v2/'; <-------This is the part i need the information about for use with windows
This is the actual code....anyways hope this helps