Installing Script Issue
please can you guys help me here.
I am trying to install a laravel script on to my shared hosting i did everything in the instruction but when i put example.com it doesn't work, i get a 500 internal server error. but when i put example.com/index.php it takes me to the installation wizard. it's not suppose to do that. cause i did it this morning not worrying about that message but after the installation was over i i couldn't use the site at all. i am thinking its a problem with apache mod-rewrite
-
Your best deal is to contact your shared hosting service provider support team with the issue as they full root access of the server so they will be able to investigate the issue. 0 -
500 errors are logged by PHP Check for an error_log file, it will contain the issue. If not, make sure you have errror_reporting set to E_ALL Depending on your host will determine how you can enable error_reporting but first start out by looking for that error_log If you have SSH you can run: # find ~/ -type f -name error_log
otherwise if you only have cPanel access, go into file manager and at the top right search for error_log0
Please sign in to leave a comment.
Comments
3 comments