.htaccess

could you be so kind and help me out converting this file to OL?
I’ve try several conventions and nothings seems to work. Keep getting 404
Thanks a lot!!!

DirectoryIndex index.php

<FilesMatch “artisan|composer.phar|composer.json|composer.lock|package.json|web.config|.env|gulpfile.js|laravel.log”>
Order Allow,Deny
Deny from all

Options -MultiViews
# Do not allow directory listings
Options -Indexes

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]

Sorry, it does not allow me to paste it here!

https://paste.ofcode.org/3b9t23xr7mTkhmM9G22rue6

Your rules seem fine, you can read https://cyberpanel.net/2018/09/10/openlitespeed-v1-4-38-has-been-released/

If your issue is not resolved, check error logs Log files on CyberPanel - 14 - Logging & Troubleshooting - CyberPanel Community