I'm trying to get the following to work but it's not doing anything.
RewriteCond %{REQUEST_URI} ^/$
RewriteRule .* http://127.0.0.1:8080/index.html [P]
When I put in http://1.2.3.4/DocMgrAppInfo/index.jsp, I want it to go to http://127.0.0.1:8080/index.html. Can anyone give me some ideas?