b059ae/budget/master/web/.htaccess
Order Allow,Deny
Allow from all
Options -Indexes
AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
php_value max_execution_time 90
Files
