[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Web server Redirections...????



Rajesh,

you need to place an index.html on your website with the
following html
in it.

<head>
<meta http-equiv="refresh" content=0.01;url=
http://www.yahoo.com>
</head>

This will redirect to yahoo....
regards
Uk

This is a HTML solution and will work on any webserver (Apache, NCSA etc) and
any OS.
The content=0.01 gives the time interval before loading the new URL.

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.