Web Hosting Talk







View Full Version : How to enable automatic display of README, HEADER, and index.txt in directory index?


TMX
06-16-2002, 03:26 PM
Hiya,

On an Ensim 3.0/Apache 1.3 box, I've enabled directory indexing by adding
Options +Indexes
to an .htaccess file in the relevent directory, but I can't for the life of me figure out how to enable README, HEADER, and INDEX.txt to be automatically displayed in the browser.

I have made sure that the directives
ReadmeName README
HeaderName HEADER
are enabled in /etc/httpd/conf/httpd.conf, and have tried adding them to the .htaccess file, but still no luck.

If anyone can point me in a direction on this, I'd sure appreciate it.

Thanks,
-Bob

rfxn
06-16-2002, 08:19 PM
maybe if you try adding something to this effect ?
<Directory /path>
Options Indexes
ReadmeName README
HeaderName HEADER
</Directory>

not sure though im just taking a guess