SergiX44/XBackBone

View on GitHub
.htaccess

Summary

Maintainability
Test Coverage
Options -Indexes +SymLinksIfOwnerMatch
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(app|bin|bootstrap|resources|storage|vendor|logs|CHANGELOG.md)(/.*|)$ - [NC,F]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>