Page is a not externally linkable
pmkpmk - 10:22 am on Nov 19, 2002 (gmt 0)
Andreas found out, that I had a directive: <Files index.html> in my httpd.conf. Even though according to the documentation the "Options"-line should be ignored, it actually isn't. After removing the "-FollowSymLinks" from the statement, everything works as supposed.
Thanks to Andreas Friedrich, we solved my mysterious problem!
Options -FollowSymLinks +Includes
</Files>