Re: [us...@httpd] SSI - file not included

2009-07-28 Thread Matus UHLAR - fantomas
On 08.07.09 09:06, Marc Patermann wrote: > I tried a simple "include" with SSI. > > In the root directory I added a .htaccess file with > AddType text/html .shtml > AddOutputFilter INCLUDES .html > > In index-test.html i added > Is there any reason why do you include that as virtual, instead of i

RE: [us...@httpd] SSI - file not included

2009-07-08 Thread Boyle Owen
> -Original Message- > From: Marc Patermann [mailto:hans.mo...@ofd-sth.niedersachsen.de] > Sent: Wednesday, July 08, 2009 10:47 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] SSI - file not included > > Boyle Owen schrieb: > > >> Can the

Re: [us...@httpd] SSI - file not included

2009-07-08 Thread Marc Patermann
Boyle Owen schrieb: Can the included file not be placed in an authentictaion protected directory ? Apparently not... Otherwise, it would be a way to circumvent authentication. Check what it says in the error_log; that should tell you more than "..stops working.." If there is a 401 Unauthorize

RE: [us...@httpd] SSI - file not included

2009-07-08 Thread Boyle Owen
> -Original Message- > From: Marc Patermann [mailto:hans.mo...@ofd-sth.niedersachsen.de] > Sent: Wednesday, July 08, 2009 9:07 AM > To: users@httpd.apache.org > Subject: [us...@httpd] SSI - file not included > > Hi, > > I tried a simple "include" w

[us...@httpd] SSI - file not included

2009-07-08 Thread Marc Patermann
Hi, I tried a simple "include" with SSI. In the root directory I added a .htaccess file with AddType text/html .shtml AddOutputFilter INCLUDES .html In index-test.html i added This works fine. Now I moved the footer.html to another directory. This works fine, too. Now I moved the file aga