summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-02-21 19:45:47 +0000
committerDries Buytaert <dries@buytaert.net>2008-02-21 19:45:47 +0000
commitffdbe06e3a6f48051265af9abc9e616369f58440 (patch)
tree4718c02feb408bc93b2e68ee24af83ae4315989e /.htaccess
parent657935c263486b801b4eb13e6e96a24fff4b3500 (diff)
downloadbrdo-ffdbe06e3a6f48051265af9abc9e616369f58440.tar.gz
brdo-ffdbe06e3a6f48051265af9abc9e616369f58440.tar.bz2
- Patch #221364 by thehong: Drupal 7, now with less PHP4.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess20
1 files changed, 0 insertions, 20 deletions
diff --git a/.htaccess b/.htaccess
index a3806ef6c..3479f1681 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,26 +22,6 @@ DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
-# PHP 4, Apache 1.
-<IfModule mod_php4.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
- php_value mbstring.http_input pass
- php_value mbstring.http_output pass
- php_value mbstring.encoding_translation 0
-</IfModule>
-
-# PHP 4, Apache 2.
-<IfModule sapi_apache2.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
- php_value mbstring.http_input pass
- php_value mbstring.http_output pass
- php_value mbstring.encoding_translation 0
-</IfModule>
-
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
php_value magic_quotes_gpc 0