bun 发表于 2010-06-19 11:32

bun 发表于 2010-06-20 23:45

notion001 发表于 2010-06-21 10:20

跳转是限定动态页面的

bun 发表于 2010-06-21 12:44

qq328454164 发表于 2013-01-08 17:31

RewriteEngine On
RewriteBase /

RewriteCond %{http_host} www.xxxx.com/index.php
RewriteCond %{http_host} ^www.yyyyy.com
RewriteRule ^(.*)$ http://www.yyyyy.com/$1

这个完全可以解决你的问题
页: [1]
查看完整版本: apache .htaccess 301跳转的问题