AddDefaultCharset utf-8

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_value default_charset UTF-8

RewriteEngine On

RewriteCond %{REQUEST_URI} !^/([^\/]+)/app/resources
RewriteCond %{REQUEST_URI} !^/([^\/]+)/app/views [OR]
RewriteCond %{REQUEST_URI} \.(yml|twig)$
RewriteRule ^(.*)$ app/app.php [QSA,L]
