我的.htaccess中有以下内容,它与除Safari之外的所有其他浏览器一起使用。请帮助:
## Prevent the broswer from showing or modifying htaccess
<Files .htaccess>
order allow,deny
deny from all
</Files>
## Prevent Directory listing
IndexIgnore *
## Set Time Zone
SetEnv TZ America/Los_Angeles
RewriteEngine On
RewriteRule ^rbc$ /app/community.php?coc_id=1 [L]