Hi, it seems that if I have a RewriteRule like this: RewriteRule ^/blah/(.*) /script.php?param=$1 [PT]and then I go to /blah/%2520 (for example), Apache actually calls /script.php?param=%20 and not, as you would expect, /script.php?param=%2520.
How do I stop this from happening? Thanks, Arne ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx