b059ae/budget/master/web/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache