PDA

View Full Version : Redirect forum.php to home directory


johnarce
12-21-2011, 01:23 AM
Hi,

I want a permanent redirect of http://webgeek.ph/community/forum.php to http://webgeek.ph/community/

Anyone here? can help me how to do this?

Thanks!

thompson
12-21-2011, 08:21 AM
take a look a that post:

http://www.vbseo.com/f2/remove-forum-forum-php-breadcrumb-46680/index2.html#post324142

johnarce
12-22-2011, 02:47 PM
Any other suggestions?

Disasterpiece
12-22-2011, 03:53 PM
put this into your forum.php:

header("Location: http://webgeek.ph/community/");
exit();
Only if you don't need the forum.php anymore, because with the above content, it will only serve as a redirector.

johnarce
12-22-2011, 11:35 PM
put this into your forum.php:

header("Location: http://webgeek.ph/community/");
exit();
Only if you don't need the forum.php anymore, because with the above content, it will only serve as a redirector.
Not working