XBackBone/.htaccess
Sergio Brighenti 5a7c74c5d9 Release 3.1.3
2020-04-13 17:10:17 +02:00

8 lines
291 B
ApacheConf

Options -Indexes
<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>