Thanks a lot for reply
This helped a lot
On Fri 15 Feb, 2019, 11:56 PM Daniel Ferradal 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_STR
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
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