then open and modify the access.conf to match the directive as in the example below and add the directives'AllowOverride AuthConfig Indexes Limit FileInfo' to it like below. thisalone may fix your problem if no ssl is used. # be more restrictive within a site ..rather be less restrictive <Directory /home/sites/*/> Options -FollowSymLinks +SymLinksIfOwnerMatch AllowOverride AuthConfig Indexes Limit FileInfo </Directory>
Thanks very much for your detailed answer. I don't get a server error anymore, but for some reason it doesn't work.I changed access.conf and httpd.conf like your example and in .htaccess wrote:
DirectoryIndex index.php index.html RedirectMatch permanent (.*)\.html$ http://www.wrakkenmuseum.nl$1.phpBefore changing acccess.conf and httpd.conf the first directive worked, now it doesn't.
No ssl is used Any suggestion would be welcome Gerard