Using httpd.conf to redirect index.html
The problem Our default landing page was a jsp file located on the application server (not the web server). The default page set by the web server required a local file so we left it as index.html. Then inside the index.html we embedded a meta refresh command to forward visitors Read More …