summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-09-26 07:34:33 +0000
committerDries Buytaert <dries@buytaert.net>2000-09-26 07:34:33 +0000
commit5fc99970ab49ea5e7a7d91f49ad885c0ab30a6c7 (patch)
tree395dadf974d81a0a603f79f7879ae1e91b193dec /.htaccess
parent6ca7f1e2f3536cc2713944d70264cf01d135f1c8 (diff)
downloadbrdo-5fc99970ab49ea5e7a7d91f49ad885c0ab30a6c7.tar.gz
brdo-5fc99970ab49ea5e7a7d91f49ad885c0ab30a6c7.tar.bz2
I just commit everything what was queued in my backlog:
- Added a basic implementation of comment moderation - Updated and renamed my 2 themes: I removed redundant boxes and tried to work towards simplicity. - Disabled the other themes as they are broken (I gave you sufficent time to update them). - Removed redundant files. - Added security checks with regard to the usage of HTML tags.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess11
1 files changed, 5 insertions, 6 deletions
diff --git a/.htaccess b/.htaccess
index 694a77bf7..5b3354960 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,3 @@
-
#
# Apache/PHP/site settings:
#
@@ -37,11 +36,11 @@ ErrorDocument 500 /error.php
# Overload PHP variables:
<IfModule mod_php4.c>
- php_value track_vars On
- php_value php_register_globals On
- php_value magic_quotes_gpc On
- php_value magic_quotes_runtime Off
- php_value magic_quotes_sybase Off
+ php_value php_register_globals 1
+ php_value track_vars 1
+ php_value magic_quotes_gpc 1
+ php_value magic_quotes_runtime 0
+ php_value magic_quotes_sybase 0
php_value session.auto_start 1
php_value session.cookie_lifetime 1728000
php_value session.gc_maxlifetime 1728000