summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-02 00:16:24 +0000
committertill <till@php.net>2008-02-02 00:16:24 +0000
commitf094b0498b1e791952293c9863cfdbb768599f51 (patch)
tree1d3acd87c8520ba1f897fb80436ce65b7d334845 /.htaccess
parent5812134c2a4569cf14c5173272411c5569ae5044 (diff)
* corrected a mistake I made on my last commit when i forced auto_start to "1", but of course it has to be "0"/off (thanks "the_glu@freenode")
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index e8e090d6d..87a67c8dd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,7 +8,7 @@ AddType text/x-component .htc
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
- php_value session.auto_start 1
+ php_value session.auto_start 0
</IfModule>
<IfModule mod_php5.c>
@@ -18,7 +18,7 @@ AddType text/x-component .htc
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
- php_value session.auto_start 1
+ php_value session.auto_start 0
</IfModule>
<FilesMatch "(\.inc|\~)$">