jomadee/bordercollie/master/sistema/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, SCRIPT_FILENAME

Comments

Apache