Web Hosting Talk







View Full Version : Need help seting up a web fowarding


plopez
04-14-2004, 05:43 PM
Need help in setting up a web fowarding service for my domain.

I have a virtual private server, private name servers.

Need to set up a fowarding service, any one knows if there is a modul for this in php?

Paola Lopez:stickout:

catchme
04-16-2004, 02:20 AM
is this at the domain level or the page level? at the domain level you would configure this from your control panel, without a script.

astraeuz
04-16-2004, 03:27 AM
you can use the following example to use the page level redirection

<html>
<head>
<title>Redirecting</title>
<meta http-equiv="Refresh" Content="0; url=http://www.thedomain.tld/">
</head>

<br>
<center>
If your browser does not support automatic redirection then<br>
<a href="http://http://www.thedomain.tld/">Click here to navigate there now.</a>
<br>

</center>
</body>
</html>

zaphur
04-16-2004, 03:38 AM
Just have a link.

Saryooo
04-18-2004, 03:52 AM
Please check this link. Here you will find solution.

http://www.hotscripts.com/PHP/Scripts_and_Programs/Redirection/index.html