https://issues.apache.org/bugzilla/show_bug.cgi?id=44714

           Summary: mod_rewrite don't rewrite a POST request
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_rewrite
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


#.htaccess rule

RewriteRule ^admin/([A-Z][A-Za-z0-9]+)/$ /adminpanel.php?controler=$1

# request method=post to /admin/Login/
# 
# sould be: /adminpanel.php?controler=Login
# 
# is: /admin

------------
/var/log ...


[Mon Mar 31 21:00:41 2008] [error] [client 172.16.16.1] File does not exist:
/srv/vhosts/mycms/html/admin, referer: http://mycms/admin/Login/
[Mon Mar 31 21:00:42 2008] [error] [client 172.16.16.1] File does not exist:
/srv/vhosts/mycms/html/admin, referer: http://mycms/admin/Login/


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to