Only rewritecond can check query string so, you need a rewritecond to check for the specific query string you want to check, something like this would literally do what you ask. RewriteCond %{QUERY_STRING} ^orgId=1 RewriteRule ^/page$ /page?orgId=2 [R,L] El jue., 14 feb. 2019 a las 17:16, Ajay B (<ajay.balasubramanya@xxxxxxxxx>) escribió: > > Hi All > > We have an urgent requirement coming in to redirect the users Bookmarked link > > Example > > The users has currently stored > > https://example.com/page?orgId=1 > > We need to redirect it to https://example.com/page?orgId=2 > > Any help here would be appreciated > > Thanks > Ajay -- Daniel Ferradal HTTPD Project #httpd help at Freenode --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx