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

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

 2010-11-20 08:03:09 来源:WEB开发网   
核心提示:RewriteCond %{HTTP_HOST} !olddomain.com$ [NC]RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]5.重定向domain.com/file/file.php 到 otherdomain.com/otherfile/other
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$ http://www.otherdomain.com/otherfile/other.php [R=301,L]

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

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

什么是301永久重定向?

上一页  1 2 

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

编辑录入:爽爽 [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
赞助商链接