how do I redirect a phpbb forum to another url on the web?

Discussion in 'HTML & Website Design' started by nowarningsneeded, Nov 21, 2008.

  1. #1
    I have a phpbb forum I no longer use and want to forward it to a friends site.

    how do I do this?

    Thanks
     
    nowarningsneeded, Nov 21, 2008 IP
  2. arizona39

    arizona39 Well-Known Member

    Messages:
    622
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #2
    You can use PHP or if you have cPanel just manage redirect
     
    arizona39, Nov 21, 2008 IP
  3. nowarningsneeded

    nowarningsneeded Peon

    Messages:
    421
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how and where do i access the Control panel?

    is it in the admin section? if so can you please take me threw the steps?
     
    nowarningsneeded, Nov 21, 2008 IP
  4. cc2365

    cc2365 Member

    Messages:
    91
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #4
    Modify the header file of the forum. Add a redirect meta tag:

    <meta http-equiv="refresh" content="10;url=http://somewhere.com/">

    into it.
     
    cc2365, Nov 22, 2008 IP