← Back to team overview

sslug-teknik team mailing list archive

Re: apache2 DirectoryIndex på DocumentRoot

 


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


ingen forskel


--

/daleif


Follow ups

References