I tried all possible ways googling and finally ended up to post a question here.
We have 2 application server nodes and IHS configured on same nodes. Application is deployed on application server cluster members on the respective application server nodes.
We do have configured static page for maintainence activities. But we got a tricky situation here.
- The application server and IHS has to serve the request. (Application, the application servers and webservers will be up and running)
- In the application, we have a specific URL, when user hits that specific url, that should be redirected to static page in htdocs. However and whatever the way user tries to access specific url, only static page has to pop up.
There is mod_rewrite module I know, but whatever the scenarios I tried I couldn't configure it. Any solution or suggestion with example, please?
Note: We can't code it at application level.