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
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]
Comments
https://www.paste.org/96474
https://paste.ofcode.org/3b9t23xr7mTkhmM9G22rue6
If your issue is not resolved, check error logs https://cyberpanel.net/docs/log-files-on-cyberpanel/