karudev/Heyvent/master/web/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
#<IfModule mod_vhost_alias.c>
# RewriteBase /
#</IfModule>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>
SetEnv TZ Europe/Paris
php_value upload_max_filesize 10M
php_value post_max_size 10M
php_flag apc.cache_by_default On
Files
