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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
