标签: .htaccess
我有一个.htacces这样的规则:
RewriteRule !\.(png|gif|JPG|jpg|...|txt|html|xclx|css|js|ico)$ index.php
我需要从中排除一个文件夹。条件如何做到这一点?
由于