Forum Moderators: phranque
it won't work
If I get right what query string means then it is in query string.
http://www.example.com/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=76&category_id=98&option=com_virtuemart&Itemid=99
and I would like that customers who use that address would end to this page.
http://www.example.com
Do you mean that you want to throw away the whole query string if it contains the element "virtuemart" anywhere in it?
Can the same query show up in requests for other pages too?Yes, there is about 1000 url's that include that virtuemart phrase but all of those are at the moment giving 404 error.