Question
Where are the PHP error logs located?
Answer
The default location of the PHP error logs depends on which PHP handler the site uses.
The PHP error log may be in:
- /home/$USERNAME/public_html/error_log
- Relative to .php file: ./error_log
- /home/$USERNAME/logs/example_domain_com.php.error.log
Where $USERNAME and example.domain.com are your username and your domain.
Comments
0 comments
Article is closed for comments.