MyBB Community Forums

Full Version: 301 Redirect.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used this code.
<?
Header( "HTTP/1.1 301 Moved Permanently" ); 
Header( "Location: http://gamesrule.mihopa.com/forums" ); 
?>

To redirect my site to my forum and let the search engines know and transfer the pagerank accordingly.

What would be the difference if I used this code?
<?
Header( "HTTP/1.1 301 Moved Permanently" ); 
Header( "Location: forums" ); 
?>

Which one would be a safer/better method?
hello there,

1st , umm i think u should put it /forums, not only forums
umm sec regarding the security, well i think it has the same level as if u use the whole URL.

regards