Hi, I want to redirect to my own application page when I type just the hostname like:
http://testenv should redirect my to the application that i have hosted on Apache HTTP Server to http://testenv/myapp/llisapi.dll I have created a ScriptAlias for this location like ScriptAlias /myapp/ "c:/Apps/myqa/cgi/" <Directory "C:/Apps/myqa/cgi/"> Order allow,deny Allow from all Options Indexes FollowSymLinks </Directory> Please advice. Thanks, Mahesh