Something weird is happening in my production server using CentOS 7 and the problem is... in my local environment I have many applications developed with Laravel 4 and were inst
I believe the issue lies on your .htaccess file on the server. The RewriteRule is not properly done. Find the similar line and fix as follows.
RewriteRule ^(.*)$ /index.php?/$1 [QSA]
[QSA] is the changed section