WAS redirection
--------------------------------
Trying to figure out how to automatically redirect a page for my application running on was 6.1.0.19.
Basically I want
http://servername/appname/ to automatically redirect to
http://servername/appname/index.doI thought all I needed to do was add /"index.do/" as part of the directory index line in the httpd.conf fille like so:
...
DirectoryIndex index.html index.html.var index.do
...
But that didn't work. Any ideas??
Thank in advance for your response
--------------------------------
Posted By: crgeorge03 at Aug 17 2009 12:39PM