Htaccess File

b059ae/budget/master/web/.htaccess

REQUEST_FILENAME
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
Exit mobile version