PDA

View Full Version : Simple PHP redirect code. I need help.


J105C
10-02-2009, 12:05 PM
Nevermind I fixed it!

Thanks guys!

IRBroke
10-06-2009, 01:48 PM
It would be nice to show how you fixed it though wouldn't it?

For anyone who wants a simple PHP redirect simply use this code.


<?php
header( 'Location: http://example.com/' ) ;
?>


Hope this helps.

ChopSuey
10-07-2009, 04:49 AM
For your forum redirection you can put this in your header template at the very top.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com">