Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Server 2003 Web Root Directory 1

Status
Not open for further replies.

Mirage86

Technical User
Dec 16, 2005
5
US
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 root on a windows server how can i use the root 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.

PS. Our server is
running Windows Server 2003 Standard
with IIS and Plesk.

Thanks In Advance To
Anyone Able To Help.
 
ok but like putting that into a web page...this is the code im trying to use on our windows server

$config['basepath'] = '/home/xfactor-/public_html/v2/'; ok but that path on our server is httdocs instead of public html but how would that work on IIS?
 
Need to understand the context better. Are you working with ASP, HTML, PHP?

Say you are coding a page and want to reference an images folder that is located under
<img scr="/images/smileyface.gif">

I hope you find this post helpful.

Regards,

Mark
 
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 actual code....anyways hope this helps
 
Sorry I just do html, ASP & ASP.Net.

Try the PHP forum forum434

I hope you find this post helpful.

Regards,

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top