Thanks a lot for reply
This helped a lot
On Fri 15 Feb, 2019, 11:56 PM Daniel Ferradal <dferradal@apache.org wrote:
> 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@gmail.com>) 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@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
|