The public url that we are trying to access is hitting the url https://hostname.domain:port/ of the IBM HTTP Server We are using Amazon cloud. There is an ELB and WAF also involved. (But this is not the issue)
I need to change the request url to https://hostname.domainname:port/some_path_file_directory/XYZ.jsp Also, i need to do this internally. (Without showing the rewriting)
This i need to do in the httpd.conf file. I tried many scenarios but still not able to find the solution for it. I have tried rewrite but I am not sure where exactly to place it or how exactly to use it.
Request you all to kindly help me in resolving the issue.