← Back to team overview

sslug-teknik team mailing list archive

Re: apache2 DirectoryIndex på DocumentRoot

 

Lars Madsen wrote:

Prøv at tilføje nedenstående til VirtualHost:
<Directory "/">
    Options +Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


ingen forskel



Fundet. Der lå en welcome.conf med

<LocationMatch "^/+$">
    Options -Indexes
    ErrorDocument 403 /error/noindex.html
</LocationMatch>

Den kopierede jeg ind i min vhost og ændrede. Så virker det som forventet.

--

/daleif


References