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-12-20 18:31:03 +01:00
|
|
|
php_value session.auto_start 0
|
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]
|
2012-10-19 17:09:34 +02:00
|
|
|
#RewriteBase /
|
|
|
|
|
2012-02-17 17:13:34 +01:00
|
|
|
|
|
|
|
AddOutputFilterByType DEFLATE text/plain
|
|
|
|
AddOutputFilterByType DEFLATE text/html
|
|
|
|
AddOutputFilterByType DEFLATE text/xml
|
|
|
|
AddOutputFilterByType DEFLATE text/css
|
|
|
|
AddOutputFilterByType DEFLATE application/xml
|
|
|
|
AddOutputFilterByType DEFLATE application/xhtml+xml
|
|
|
|
AddOutputFilterByType DEFLATE application/rss+xml
|
|
|
|
AddOutputFilterByType DEFLATE application/javascript
|
|
|
|
AddOutputFilterByType DEFLATE application/x-javascript
|
2012-04-22 19:45:38 +02:00
|
|
|
AddOutputFilterByType DEFLATE application/json
|