Index: .htaccess
===================================================================
RCS file: /cvs/drupal/drupal/.htaccess,v
retrieving revision 1.65
diff -u -r1.65 .htaccess
--- .htaccess	15 Mar 2005 21:07:49 -0000	1.65
+++ .htaccess	19 Mar 2005 00:16:20 -0000
@@ -22,15 +22,15 @@
 # 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 @@
   # 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=([^&]+)$
