Tag Archives: url redirection

domain redirection

Share As far as SEO is concerned 301 redirect is the most effecient way of domain redirection. Some ways of doing it: PHP Redirect <? Header( “HTTP/1.1 301 Moved Permanently” ); Header( “Location: http://www.new-url.com” ); ?> .htaccess Options +FollowSymlinks RewriteEngine … Continue reading

Posted in apache, SEO, server | Tagged , | Leave a comment