WEB开发网
开发学院WEB开发PHP asp.net php asp jsp 301重定向的代码 阅读

asp.net php asp jsp 301重定向的代码

 2010-11-20 08:03:09 来源:WEB开发网   
核心提示:RewriteEngine OnRewriteCond %{HTTP_HOST} !olddomain.com$ [NC]RewriteRule ^(.*)$ http://www.newdomain.com/$1 [L,R=301]4.重定向olddomain.com to newdomain.comRewriteE

RewriteEngine On
RewriteCond %{HTTP_HOST} !olddomain.com$ [NC]
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [L,R=301]


4.重定向olddomain.com to newdomain.com

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !olddomain.com$ [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]


5.重定向domain.com/file/file.php 到 otherdomain.com/otherfile/other.php

RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule ^file/file.php$ php">http://www.otherdomain.com/otherfile/other.php [R=301,L]

linux主机如何实现301重定向和伪静态

apache下实现301永久性重定向的方法

什么是301永久重定向?

上一页  1 2 3 

Tags:301 重定向 asp.net php asp jsp

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接