Mailing List Archive

[Bug 7300] - ReadmeName & HeaderName
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7300>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7300

ReadmeName & HeaderName





------- Additional Comments From wrowe@apache.org 2002-05-14 13:18 -------
The bug you describe applies to Apache 1.3. It does not apply to 2.0.

However, if Multiviews is not on, automatic name 'prefixes' are no longer
used on Apache 2.0. With 2.0 you may need something as simple as

<Files "README.*">
Options +Multiviews
</Files>
<Files "HEADER.*">
Options +Multiviews
</Files>

if you don't otherwise use Multiviews in the corresponding
directory tree.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org