# Necessary to prevent problems when using a controller named "index" and having a root index.php
# more here: http://httpd.apache.org/docs/2.2/content-negotiation.html
Options -MultiViews

# Disallows others to look directly into /public/ folder
Options -Indexes

RewriteEngine Off

FallbackResource /_mvp.php

<IfModule mod_php7.c>
	php_value post_max_size 40M
	php_value upload_max_filesize 40M
</IfModule>

Header unset Pragma
Header unset Last-Modified
Header unset Cache-Control
