How do you do 301 redirect? What does that mean?
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: add url here" );
?>
A 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. The code "301" is interpreted as "moved permanently".
common, this just not make sense to me... i mean, if u do a redirect, u're being led to another website. how can u still stay on the same page and show the pr of another page?
if i for example make a php page like, for eg BHS.php:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: site" );
?>
if i visit that webpage, it takes me to that website...........i want to stay on the same page and show the data of the other page.
You keep the redirect in place untill there is a PR update, usually within 3-4 months.. and once you get the PR, you remove the redirect and park that page at your host.
To a lay person it looks like a parked site with a high PR.
Get it?
And whats the point? to look flashy?
And whats the point? to look flashy?