Results 1 to 4 of 4

Thread: Can someone tell me how redirect a webpage please?

  1. #1
    Formula1's Avatar Poster
    Join Date
    Sep 2003
    Location
    USA
    Posts
    2,800
    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?

  2. Internet, Programming and Graphics   -   #2
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    in the main folder of your website add a file called index.php.

    then here is what should be in the file:

    PHP Code:
    <html>
    <
    head>
    <
    meta http-equiv="refresh" content="0; url=http://www.gamerzuncut.elixant.com/forum">
    </
    head>
    </
    html
    Last edited by tesco; 01-17-2005 at 08:56 PM.

  3. Internet, Programming and Graphics   -   #3
    Formula1's Avatar Poster
    Join Date
    Sep 2003
    Location
    USA
    Posts
    2,800
    alright thanks alot for your help rossco , it worked

  4. Internet, Programming and Graphics   -   #4
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    np.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •