I have this domain.com
pointed to /home/username/public_html/domain.com
.
I added these lines to the .htaccess file:
ErrorDocument 500 /oohps.php
ErrorDocument 404 /where.php
So I can show some styled template.
The problem is that when trying to access a nonexisting page, I get an additional internal server error, so these files are not opened.
I wanted to check for the logs, but I cannot find the error log in that path (/home/username/public_html/domain.com
).
I found one in /var/log/httpd
, but I don't think it’s the right folder, because there are many errors not involved with this page and I didn't see any involved.
Is there a PHP function that would output the errors log file path?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…