summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-14 19:44:16 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-14 19:44:16 +0000
commit20e8f9eba973a469095c7da2abe52b01a140f922 (patch)
treebac32fd96bed0ed77d3d6cace2d8e13973961be0 /.htaccess
parentdc3df675906d2a0723e43c7ddfab56d46167eeed (diff)
downloadbrdo-20e8f9eba973a469095c7da2abe52b01a140f922.tar.gz
brdo-20e8f9eba973a469095c7da2abe52b01a140f922.tar.bz2
- Added 'php_value arg_separator.output "&amp;"' as suggested by Curtis.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index c789e6e8e..ef63b4446 100644
--- a/.htaccess
+++ b/.htaccess
@@ -26,6 +26,7 @@ ErrorDocument 500 /error.php
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
+ php_value arg_separator.output "&amp;"
php_value session.cache_expire 200000
php_value session.cookie_lifetime 2000000
php_value session.auto_start 0