Sponsorised links
This year
SEO:进行301重定向
只需要在.htaccess文件里面写入下面的代码:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
就可以实现把把有的链接转向到www.domain.com
# 注意: htaccess文件需要放置在需要跳转的网站的根目录下。服务器必器支持Apace的Mod-rewrite
Sponsorised links
2007
Redirect Old domain to New domain (htaccess redirect) + 301
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
Giving search engine spiders direction - 301 redirect
Free Internet marketing resources, web site development tutorials, ecommerce strategies & software solutions.
Shopping cart reviews & affiliate marketing guides & articles, plus search engine marketing resources & tools.
301 Redirect - How to create Redirects
<? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.new-url.com" ); ?>
2006
301 Redirect For SEO
Generally speaking, a 301 redirect is the most search engine friendly method for redirecting users and engines to a new location. This article demonstrates the proper use of a 301 redirect on your server.
