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