XBackBone/.htaccess
Sergio Brighenti 805d1d07a8 Initial commit
2018-04-28 14:20:07 +02:00

6 lines
221 B
ApacheConf

Options -Indexes
RewriteEngine On
RewriteRule ^(app|bin|bootstrap|resources|storage|vendor|logs)(/.*|)$ - [NC,F]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]