]SK[
One of Freddy's beloved
- Joined
- Dec 22, 2003
- Messages
- 302
Ive not made a single change to the configs for maybe 6 months. Noticed today that its stopped listing folder contents. Ideas on why it would just do this out of the blue?
Code:
NameVirtualHost 10.50.2.4
<VirtualHost 10.50.2.4>
DocumentRoot /home/homepage/www
ServerName test.homepage
<Directory /home/homepage/www>
AllowOverride Options Indexes FileInfo
Order allow,deny
Allow from all
</Directory>
ServerAdmin an@example.com
</VirtualHost>