CyberPanel Community

Laravel website shows 500 error on cyberpanel

TH
Theary Heng #1

I got error after I install Laravel Script successful after that the script need to active but it show error because it cant load it. But I test install on my share hosting in Bluehost it work fine.
Please help.

3 replies
jo
josephgodwinke #2

Welcome @thearyheng Happy you are here

Kindly post your rewrite rules here for further assistance

jo
josephgodwinke #4

Remove those rules and enter the following:

RewriteEngine On

RewriteRule . /index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

I recommend you use How to write Rewrite rules for OpenLiteSpeed! to write rules.

Note that is via cyberpanel not openlitespeed

Sign in to reply