mountainbiker
Programmer
I hope I can explain this clearly enough as I am not at the office with the httpd.conf.
First, I have a Unix system with a symbollic link, such as
index.html -> dir1/dir2/html/index.html
When the hostname is hit then index.html loads fine.
Now, I wanted to activate SSI, so I added
DirectoryIndex index.html index.shtml
and added the appropriate mime type
If I browse to
it loads the index.shtml and does the include perfectly
If I break the above link and make
index.shtml -> dir1/dir2/html/index.shtml
I get the directory listing for dir1/dir2/html/
but it doesn't load index.shtml automatically
First, I have a Unix system with a symbollic link, such as
index.html -> dir1/dir2/html/index.html
When the hostname is hit then index.html loads fine.
Now, I wanted to activate SSI, so I added
DirectoryIndex index.html index.shtml
and added the appropriate mime type
If I browse to
it loads the index.shtml and does the include perfectly
If I break the above link and make
index.shtml -> dir1/dir2/html/index.shtml
I get the directory listing for dir1/dir2/html/
but it doesn't load index.shtml automatically