You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/05/23 21:50:05 UTC

[Bug 48687] mod_rewrite ignores trailing dot in request URI on Windows platform

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

--- Comment #1 from nounouille <sy...@gmail.com> ---
Hello,

Here is a workaround that uses RewriteCond instead of RewriteRule to parse the
URL and this works!

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/items/(.*)$
RewriteRule ^items/(.*)$ /detail.html?item=%1 [R=301,L,QSA]

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org