You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/02/17 11:41:04 UTC

DO NOT REPLY [Bug 17120] New: - Ignoring the -Section in htaccess

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=17120>.
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=17120

Ignoring the <FILES>-Section in htaccess

           Summary: Ignoring the <FILES>-Section in htaccess
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: matschek.spam@gmx.de


The Win32-Apache V 2.0.44 ignores the FILES-Section in this .htaccess-file and 
I get a 404-Error.
Linux V 1.3.20 does this fine.
Example URL: www.domain.com/parser/123.html
Linux (right): Apache calls /parser/detail.php?dummy=123.html
Win32 (wrong): Apache sends Error 404
---.HTACCESS START---

<FILES ~ "^[a-zA-Z_0-9]+\.html$">
  Action application/x-httpd-parse "/parser/detail.php?dummy="
  ForceType application/x-httpd-parse
</FILES> 

---.HTACCESS END---

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