On Wed, Feb 27, 2008 at 2:24 AM, nkarytia <n.kar......m> wrote:
>  every time the user types in http://mysite.com/hello in the address bar of
>  his browser it gets redirected to another site like hello.newsite.com. Is
>  this possible?

Is mysite.com running Tomcat, httpd, or something else ?

This can be done with HTML, in the directory of hello you need to
place an index file that has the following code:

<HTML>
<HEAD>
        <TITLE></TITLE>
        <meta content="0; url=http://hello.newsite.com"; http-equiv="refresh">
</HEAD>
<BODY>
</BODY>
</HTML>

-Steve More

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to