You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by wr...@apache.org on 2001/05/17 16:44:33 UTC

Re: os-windows/7735: Apache ignores .htaccess since migration from 1.3.14 to 1.3.19

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: Apache ignores .htaccess since migration from 1.3.14 to 1.3.19

State-Changed-From-To: open-closed
State-Changed-By: wrowe
State-Changed-When: Thu May 17 07:44:30 PDT 2001
State-Changed-Why:
Since 1.3.14, Apache/Win32 now listens to the <Directory />
as the root of all permissions, your config contains...

<Directory />
  Options Includes FollowSymLinks
  AllowOverride None
...

And since you NEVER override the AllowOverride None flag,
you won't ever test .htaccess files.

Fix your config.  Please see the newslist for peer support:
news:comp.infosystems.www.servers.ms-windows
We can't provide user-config assistance through this forum.

Thanks for your report and interest in the Apache httpd
server project!
Class-Changed-From-To: sw-bug-mistaken
Class-Changed-By: wrowe
Class-Changed-When: Thu May 17 07:44:30 PDT 2001
Severity-Changed-From-To: critical-non-critical
Severity-Changed-By: wrowe
Severity-Changed-When: Thu May 17 07:44:30 PDT 2001
Category-Changed-From-To: config-os-windows
Category-Changed-By: wrowe
Category-Changed-When: Thu May 17 07:44:30 PDT 2001