apache 1.3.* on slackware
How do i get Indexes to work on a single directoy?
I added:
<Directory "/var/www/html/images/bass">
Options Multiviews Indexes
AllowOverride none
Order allow,deny
Allow from all
</Directory>
to my httpd.conf and after restarting indexes still dont work, so whats wrong with what i did there^?


