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

--- Comment #5 from Anders Kaseorg <[email protected]> ---
With this .htaccess file:

RewriteEngine on
RewriteRule ^page/(.*)$ /cgi-bin/page.cgi/$1

a request for page/foo%23bar is rewritten to /cgi-bin/page.cgi/foo (the CGI
script sees PATH_INFO=/foo), and a request for page/foo%3fbar is rewritten to
/cgi-bin/page.cgi/foo?bar (the CGI script sees PATH_INFO=/foo and
QUERY_STRING=bar).

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