我的.htaccess编辑是崩溃的网站

时间:2015-02-08 16:25:02

标签: php .htaccess

htaccess所以我可以使用php5.3,但它正在崩溃网站。我认为php行有问题,因为当我现在加载我的网站时,它会显示我的原始php代码块。我不知道如何解决它。如果有人能提供帮助,那就太棒了。

<FilesMatch "\.php$">
AddHandler x-httpd-php53 .php
</FilesMatch>

<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 2 years"
</IfModule>

0 个答案:

没有答案