https://issues.apache.org/bugzilla/show_bug.cgi?id=47273
Summary: ReWrite Rule fails on possible "keywords"?!
Product: Apache httpd-2
Version: 2.2.11
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: major
Priority: P2
Component: mod_rewrite
AssignedTo: [email protected]
ReportedBy: [email protected]
My .htaccess contains following ReWrite rule:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^acp/([\/-_a-z0-9\.]*) /index.php/acp/$1 [NC,QSA,L]
RewriteRule ^news/([\/-_a-z0-9\.]*) /index.php/news/$1 [NC,QSA,L]
</IfModule>
It works fine when I visit pages like:
http://URL.com/acp/components/
http://URL.com/acp/components/index.do
http://URL.com/acp/components/index.do?arg=value
http://URL.com/acp/components/register2.do
etc. However, 403 is issued when I try URL's such as these:
http://URL.com/acp/components/register.do
http://URL.com/acp/components/2register.do
http://URL.com/acp/components/getregister.do
And when I go to:
http://URL.com/acp/components/Register.do
I get redirected by 301 here:
http://URL.com/acp/index..do
IN ALL of my Apache conf files, there are no Aliases, VHosts or anything else
related to the keyword "register". I had this problem with some other keywords
as well, in the past, but I am afraid I don't remember them at this moment.
ANY help, support, tip, suggestion to solve, or at least identify this problem
is welcome!
Shehi
[email protected] [my public redundant email]
--
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]