what do you recommend?
@closer01 Check your server’s error logs. It’ll be a PHP error or server misconfiguration. Whatever the cause, it’ll be written to your error logs.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi,
I have installed Laravel on Linux hosting, My home page is working fine but when i try to click links i receive Internal Server Error .
I have changed file permissions all folders are 755 and all files are 644
I have tired to remove :
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
from .htaccess
but nothing changed, what do you recommend?
Please or to participate in this conversation.