1 replies
Can someone please explain how to do a 301 redirect:confused:

Or maybe point me to some references on the subject?

Thanks!
#301 #redirect
  • Profile picture of the author espradley
    PHP
    <?
    Header( "HTTP/1.1 301 Moved Permanently" );
    Header( "Location: http://www.new-url.com" );
    ?>

    Signature

    Eddie Spradley

    {{ DiscussionBoard.errors[2692007].message }}

Trending Topics