summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-20 19:15:00 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-20 19:15:00 +0000
commit28cc8eabdba863569b6b7c3a3d38a1b96a29f2bc (patch)
tree5685952ccbba5550c087fee23c56307323563c76 /.htaccess
parent73b93b903cb7eb0c30b317500727147641d45686 (diff)
downloadbrdo-28cc8eabdba863569b6b7c3a3d38a1b96a29f2bc.tar.gz
brdo-28cc8eabdba863569b6b7c3a3d38a1b96a29f2bc.tar.bz2
- Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess14
1 files changed, 7 insertions, 7 deletions
diff --git a/.htaccess b/.htaccess
index 614572f38..7b49a43e2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,15 +22,15 @@ DirectoryIndex index.php
# the following cannot be changed at runtime. The first IfModule is
# for Apache 1.3, the second for Apache 2.
<IfModule mod_php4.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
+ php_value magic_quotes_gpc 0
+ php_value register_globals 0
+ php_value session.auto_start 0
</IfModule>
<IfModule sapi_apache2.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
+ php_value magic_quotes_gpc 0
+ php_value register_globals 0
+ php_value session.auto_start 0
</IfModule>
# Reduce the time dynamically generated pages are cache-able.
@@ -46,7 +46,7 @@ DirectoryIndex index.php
# the rewrite rules are not working properly.
#RewriteBase /drupal
- # Rewrite old-style URLS of the form 'node.php?id=x'.
+ # Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$