Discussion:
[Bug 62923] New: RewriteRule not working for a specific character
b***@apache.org
2018-11-18 11:44:59 UTC
Permalink
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: ***@httpd.apache.org
Reporter: ***@gmail.com
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: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
b***@apache.org
2018-11-20 08:37:31 UTC
Permalink
https://bz.apache.org/bugzilla/show_bug.cgi?id=62923

Kirtan <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
OS| |All
CC| |***@gmail.com
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
Loading...