03-03-06 11:57 PM
Check your httpd.conf file. This is the configuration of your HTTP server (I
presume that you are using IBM HTTP Server which is based on Apache).
You should have a DocumentRoot directive either globally or within a
VirtualHost. DocumentRoot points the root content directory for this HTTP
server. If there is an Index.html file in this directory, rename it to
index.old.html and create a new index.html file with the following code:
<html>
<HEAD>
<META HTTP-EQUIV=Refresh CONTENT="0;URL=http://servername/psp/PROD/">
</HEAD>
<body>
</body>
</html>
Make sure that you replace "servername" with appropriate server name.
Sunit
When user uses the URL http://proderp it will
<h.arnaud@brinks.fr> wrote in message
news:736085718.1141016704385.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> Hi Sunit,
> can you send me an email please to explain your solution.
> This present page is redirected to http://servername/psp/PROD/
> and I don't have the time to read your solution, but it's exacly what I
> want to do.
> Thanks a lot.
> My personal email : h.arnaud@brinks.fr
[ Post a follow-up to this message ]
|