自有目錄不生效
location ~* /statics/|/uploadfile/{
break;
}
-------------------------------------------------------------------------------------------
自有文件不生效
location ~ .*\.(js|css|jpg|png|jpeg|gif|eot|ttf|woff|woff2|svg)?$
{
expires 1h;
}
RewriteCond %{HTTP_REFERER} ^ http://wap.baidu.com/.*$ [NC]
RewriteRule ^/([^/]+)/([^/]+)/([0-9]+).html /index.php?m=mobile&c=index&a=lists&catdir=$1/$2&page=$3
#效果:wap.baidu.com/a/b/245.html
RewriteCond %{HTTP_REFERER} ^ http://www.baidu.com/.*$ [NC]
ewriteRule ^/([^/]+)/([^/]+)/([0-9]+).html /index.php?m=content&c=index&a=lists&catdir=$1/$2&page=$3
#效果:www.baidu.com/a/b/245.html