仅通过 htaccess 在 PHP 中启用错误显示 [英] Enabling error display in PHP via htaccess only

查看:25
本文介绍了仅通过 htaccess 在 PHP 中启用错误显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在在线测试一个网站.

I am testing a website online.

现在没有显示错误(但我知道它们存在).

Right now, the errors are not being displayed (but I know they exist).

我只能访问 .htaccess 文件.

如何使用我的 .htaccess 文件显示所有错误?

How do I make all errors to display using my .htaccess file?

我将这些行添加到我的 .htaccess 文件中:

I added these lines to my .htaccess file:

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

页面现在显示:

内部服务器错误

推荐答案

.htaccess:

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag  log_errors on
php_value error_log  /home/path/public_html/domain/PHP_errors.log

这篇关于仅通过 htaccess 在 PHP 中启用错误显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆