.htaccess中的php_value显示内部服务器错误

时间:2015-07-07 13:47:04

标签: php apache .htaccess error-handling

我将此行添加到txt的{​​{1}}文件中以处理错误:

.htaccess

但在行动中,我看到了php_value log_errors on php_value error_log /hermes/bosoraweb114/b2947/arcom/cms/cache/logs/errorser.txt

当我删除这两行时,我的页面工作了。我该如何解决这个问题?

2 个答案:

答案 0 :(得分:1)

您需要确定PHP是否以CGI模式设置。如果是,则无法将这些行添加到.htaccess文件中。您需要通过php.ini进行更改

检查此链接,了解如何检查PHP是CGI还是APACHE:https://www.opensource-excellence.com/blog/item/416-how-to-determine-php-is-running-as-php-cgi-or-apache-module?.html

答案 1 :(得分:-1)

更正您的代码

php_value  log_errors on
php_value error_log /hermes/bosoraweb114/b2947/arcom/cms/cache/logs/errorser\.txt