2011-05-20 20:31:28 +02:00
|
|
|
php_value post_max_size 500M
|
|
|
|
php_value upload_max_filesize 500M
|
2011-04-18 21:57:32 +02:00
|
|
|
php_value request_order "GPC"
|
|
|
|
php_value session.gc_probability 0
|
2011-07-20 20:20:47 +02:00
|
|
|
php_value phar.readonly Off
|
2010-12-07 20:19:27 +01:00
|
|
|
|
|
|
|
RewriteEngine On
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -d
|
|
|
|
RewriteRule ^.*$ - [NC,L]
|
|
|
|
RewriteRule ^.*$ index.php [NC,L]
|
2011-04-13 18:07:00 +02:00
|
|
|
RewriteBase /
|
|
|
|
|
2011-06-28 18:50:05 +02:00
|
|
|
SetEnv APPLICATION_ENV development
|