I have downloaded the laravel and installed it using composer. I loaded it on my local machine using xampp. It worked fine. I uploaded the files to my server. I can only see the index page where you see "Laravel 5". When I accessed "/auth/login", the browser showed me the message below:
"The connection was reset The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web."
I have researched about this on google. Some people said that I will have to turn off XCache. Some people said turn off "opcache" by putting some lines of codes in .htaccess
Could you help me resolve this issue? My guess is that it's because my server is a shared hosting. Do you think it's true?
This forum text editor automatically cuts off my codes even though I pasted it correctly. Anyway, I just put those lines of codes at the very top and test it on my local machine. It worked fine. I think it's something to do with the server I am using. I should try again after upgrading it to a VPS.
I had similar problem with dashboard access and it was due to incorrect blade comments in my views, {-- --} especially on multiple lines and while wrapping HTML blocks can trigger sometimes this problem, I was using MAPPRO with PHP 5.5.9 and after removing them all seems to work ok again