Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] How do I redirect my domain.com/forum.php
#1
Not Solved
Basicly, I merged not too long ago from vBulletin.

And there the main site was www.domain.com/forum.php
Since we moved to Mybb it's now www.domain.com/index.php

I'm wondering how I can redirect forum.php to index.php.
Because currently it shows up a 404 error. This might make people think the forum is still down etc.

Thank you,
#2
Not Solved
make forum.php file with below content and upload to forum's files server
<?php

   header( 'Location: index.php' ) ;

?>
#3
Not Solved
Did not work, this code worked though.


<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.domain.com">


Forum Jump:


Users browsing this thread: 1 Guest(s)