jomadee/bordercollie/master/sistema/.htaccess
#reset
Options -Indexes
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/
RewriteRule ^$ boot.php [NC]
#se nao for dos tipos de arquivos a baixo joga no index.php
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule !.(js|ico|txt|gif|jpg|png|css|htaccess|html|htm|php|swf|pdf|svg|otf|eot|ttf|woff|woff2)$ boot.php [NC]
Files
