CyberPanel Community

.htaccess

in
inY2K #1

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]
2 replies

Sign in to reply