I have some duplicate urls with some parts I would like to remove (redirect).
For example: http://www.mydomain.dk/tryksager?pop=0
I would like to remove the ?pop=0 and 301 redirect to: http://www.mydomain.dk/tryksager
This is so that google will not use the ?pop=0. It needs to work on all pages the have the ?pop=0 part in it.
Try just removing the query string, like this:
It can be
popor any other label. Important to define it, though. Otherwise it will remove all queries.UPDATED:
Assuming
popis the constant, try this: