1 Reply Latest reply on Oct 5, 2010 9:38 AM by erasmomarciano

    Apache mod_rewrite redirect to backend jboss setup

    mschwery

      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?