summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-03-03 21:45:41 +0000
committerthomascube <thomas@roundcube.net>2008-03-03 21:45:41 +0000
commit04e87eefd882eb9e783fcc1eb166fe5e3815dfec (patch)
treec43fe6acf217501c168e9a12a2be0a20ed749192 /.htaccess
parent807d17a4bedae6d2ebc2eda3236fe1740422b3ba (diff)
Adapt changes to .htaccess and README
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess16
1 files changed, 8 insertions, 8 deletions
diff --git a/.htaccess b/.htaccess
index cd88f3512..ae20a9af0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,10 +7,10 @@ AddType text/x-component .htc
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
- php_value memory_limit 64M
- php_value session.auto_start 0
- php_value zlib.output_compression 0
- php_value magic_quotes_gpc 0
+ php_value memory_limit 64M
+ php_value session.auto_start 0
+ php_value zlib.output_compression 0
+ php_value magic_quotes_gpc 0
</IfModule>
<IfModule mod_php5.c>
@@ -19,10 +19,10 @@ AddType text/x-component .htc
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
- php_value memory_limit 64M
- php_value session.auto_start 0
- php_value zlib.output_compression 0
- php_value magic_quotes_gpc 0
+ php_value memory_limit 64M
+ php_value session.auto_start 0
+ php_value zlib.output_compression 0
+ php_value magic_quotes_gpc 0
</IfModule>
<FilesMatch "(\.inc|\~)$">