Find out the error_log's path

后端 未结 5 475
旧时难觅i
旧时难觅i 2020-12-07 01:19

I there

i have this domain.com ponted to /home/username/public_html/domain.com

I added this lines to the .htaccess



        
5条回答
  •  伪装坚强ぢ
    2020-12-07 01:31

    An internal server error has often something to do with Apache and /var/log/httpd/ is the error log file of apache, so I think you are in the right file.


    The error path is set in php.ini. To get the path use ini_get():

    
    

提交回复
热议问题