coffee_cn

博客园 首页 新随笔 联系 订阅 管理

.htaccess文件

 

RewriteEngine on

RewriteCond %{HTTP_REFERER} ^http://(www\.)?coffeetest\.cn/.*$ [NC]
RewriteRule ^(.*)$ http://gallery.coffeetest.com.cn/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]

 

posted on 2019-12-31 16:25  coffee  阅读(441)  评论(0编辑  收藏  举报