HTTP Error 500.19 - Internal Server Error / WINDOWS SERVER 2016

1

I bought a vps server to host a script developed with laravel, I had never used a VPS and when I uploaded the project and tried to open it I threw the following error:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data 
for the page is invalid.

I do not know what I'm doing wrong or that I have to configure it so that Laravel runs normally on Windows Server

    
asked by Abdiel Hernandez 19.08.2018 в 03:20
source

1 answer

0

I do not know what version of laravel you are using but the error is simple, you are pointing badly at the folder. The structure is different to your development environment, there is a level above.

You must edit the index.php file and add a level to your public folder with ../ in the required ones that appear.

    
answered by 20.08.2018 в 22:13