Bug 62923 - RewriteRule not working for a specific character
Summary: RewriteRule not working for a specific character
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_rewrite (show other bugs)
Version: 2.5-HEAD
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-18 11:44 UTC by Ihab Al Mardoud
Modified: 2018-11-20 08:37 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ihab Al Mardoud 2018-11-18 11:44:59 UTC
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