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
<!--#include virtual="./footer.html" -->

This works fine.

Now I moved the footer.html to another directory.
<!--#include virtual="./foo/footer.html" -->

This works fine, too.

Now I moved the file again and it stops working.
<!--#include virtual="./bar/footer.html" -->

foo/ and bar/ are both "DAV on".
foo/ is accessable without authencitation.
bar/ is "basic auth" protected (file and ldap).

Can the included file not be placed in an authentictaion protected directory or is there something else?


Marc

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to