.htaccess无法使用Safari

时间:2015-02-26 17:16:46

标签: .htaccess safari

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

0 个答案:

没有答案