https://bz.apache.org/bugzilla/show_bug.cgi?id=62923

            Bug ID: 62923
           Summary: RewriteRule not working for a specific character
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_rewrite
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

This rule:
RewriteRule ^(.*)$ index.php/$1 [L]

not working if the URL include %D9%85

in the other hand if ^([\s\S]*)$ used instead of ^(.*)$ the rewriting is done
without problem

-- 
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