summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-30 11:58:14 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-30 11:58:14 +0000
commit44c48004346e5956cefbd5ebd558a4406cc61253 (patch)
tree174d686bc2fd83da9930f6bf20de9864ef34e71c /.htaccess
parent83f6495c9aa810a884b7ca2c44d19f3f32b6092a (diff)
downloadbrdo-44c48004346e5956cefbd5ebd558a4406cc61253.tar.gz
brdo-44c48004346e5956cefbd5ebd558a4406cc61253.tar.bz2
- here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4
- tidied up some of the code and mainly working on the documentation
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 7d19775fd..da62b769b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -33,7 +33,7 @@ ErrorDocument 500 /error.php
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value session.name DROPID
- php_value session.auto_start 1
+ php_value session.auto_start 0
php_value session.cookie_lifetime 2000000
php_value session.gc_maxlifetime 2000000
php_value session.cache_expire 200000