PDA

View Full Version : Can someone tell me how redirect a webpage please?



Formula1
01-17-2005, 08:45 PM
I want redirect my webpage which is http://www.gamerzuncut.elixant.com to my forum http://www.gamerzuncut.elixant.com/forum . May someone please tell me how i would do this in the control panel of my webhost or anyother solution to do this please?

tesco
01-17-2005, 08:55 PM
in the main folder of your website add a file called index.php.

then here is what should be in the file:


<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.gamerzuncut.elixant.com/forum">
</head>
</html>

Formula1
01-17-2005, 09:10 PM
alright thanks alot for your help rossco , it worked :D

tesco
01-18-2005, 03:28 AM
np. :)