On 24-May-2013, at 6:23 PM, Jens-Uwe Mozdzen <jmozdzen@xxxxxx> wrote: Hi Joydeep, From log it seems that the pattern is blindly applied to every link rather than matching the query_string applying pattern '^ALP33211$' to uri 'index.php' applying pattern '^ALP33211$' to uri 'uploads/repository/02/1276_cn74_1001.gif' applying pattern '^ALP33211$' to uri 'fileadmin/templates/images/btnAddCart.png' …….. …. where te ruleset I have at .htaccess is RewriteCond %{QUERY_STRING} ^Id=7572&doi=10.5414/ALP33211$ RewriteRule ^/ALP33211$ /ALP33211&L=1 [R=301] The actual url is http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211 and it has to become http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211&L=5 The &L=5 has to be appended Thanks |