Problem in document root

2001-02-20 Thread M Thanasekaran
From: Maximilian Eberl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: Re: Problem in document root > I have tried the same but still I couldn't able to set multiple paths for > documents. Because multiple paths

Re: Problem in document root

2001-02-20 Thread Maximilian Eberl
> I have tried the same but still I couldn't able to set multiple paths for > documents. Because multiple paths wouldn't work. Imagine: You have two document roots like /apache/htdocs and /MyDocuments/ and You type in www.domainname.com/index.html Which index.html should the server send ? /apa

Problem in document root

2001-02-20 Thread M Thanasekaran
PM To: [EMAIL PROTECTED] Subject: Re: Problem in document root You cannot define multiple folders comma-separated like in $PATH C:\;C:\WINDOWS;C:\WINDOWS\SYSTEM )!!! Each folder has to be defined explicitely. .. What You do with all of them ... .. What You want to do in the subdire

Re: Problem in document root

2001-02-19 Thread Maximilian Eberl
You cannot define multiple folders comma-separated like in $PATH C:\;C:\WINDOWS;C:\WINDOWS\SYSTEM )!!! Each folder has to be defined explicitely. .. What You do with all of them ... .. What You want to do in the subdirectory... And every directive (allow/deny/Execute) goes for all subdire

Problem in document root

2001-02-16 Thread M Thanasekaran
Hi Friends, I am using apache server to run servlets. My problem is, how to set multiple paths for documents (HTML files)? I am setting my own user path for documents (html & images) in httpd.conf. like follows, DocumentRoot "d:/mydocuments/myhtmls" The default one is DocumentRoot "C:/apache1