Support the ongoing development of Laravel.io →
Configuration
Last updated 1 year ago.
0

bump. I really would like to get any suggestions or any tips, where should I look, to try to solve this problem. Server error 500 this is all what I can see.. :(

.htaccess

<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews
    </IfModule>

    RewriteEngine On

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>
Last updated 8 years ago.
0

For those, who will possibly look for similar solution: Problem was caused because of PHP version. It was lower than it's required to run Laravel 5.x.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

edogaafx edogaafx Joined 16 Mar 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.