dandiesta/testing_ko_to/master/web/.htaccess
DirectoryIndex main.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ main.php/$1 [QSA,L]
SetEnvIf MFW_ENV ^$ MFW_ENV=local
php_flag short_open_tag On
php_value memory_limit "2G"
php_value upload_max_filesize "2G"
php_value post_max_size "2G"
Files
