Mobile app version of vmapp.org
Login or Join
Correia994

: You should add a 301 direct from your old pages to your new domain. Add this php code to your pages to make a 301 redirect: <? Header( “HTTP/1.1 301 Moved Permanently” ); Header( “Location:

@Correia994

You should add a 301 direct from your old pages to your new domain. Add this php code to your pages to make a 301 redirect:

<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: www.new-url.com” );
?>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Correia994

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme