https://issues.apache.org/bugzilla/show_bug.cgi?id=48687
--- Comment #1 from nounouille <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
