RewriteCond %{QUERY_STRING} ^orgId=1
> RewriteRule ^/page$ /page?orgId=2 [R,L]
>
> El jue., 14 feb. 2019 a las 17:16, Ajay B
> () escribió:
> >
> > Hi All
> >
> > We have an urgent requirement coming in to redirect the users Bookmarked
> link
> >
> &g
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
Hi All
We have two Environments Production/DR which is having the same CNAME and
we are using the same in ssl.conf file.
But we are facing an issue where in whenever we failover to DR (Point the
CNAME to DR IP)
Apache does not automatically point to DR. we have to restart the services
to bring t
ation you need to restart the
> service. There is no way around that. If that isn't the problem, try
> describing the steps you take when you make a change.
>
> - Y
>
> Sent from a device with a very small keyboard and hyperactive autocorrect.
>
> On Dec 16, 2016 6:51
Hi All
We are using Apache HTTPD server and pointing to our server using cname.
Whenever we point the cname to different server the apache is not able to
recognize it till we restart the httpd service.
Once we restart the apache it passed the request to new server.
Please help us in fixing this