.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]

 

相关文章:

  • 2022-01-02
  • 2022-02-09
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2021-12-11
相关资源
相似解决方案