r22675 - htdocs/trunk - Remove options not allowed in .htaccess on the gnucash webserver

Geert Janssens gjanssens at code.gnucash.org
Wed Dec 19 13:02:21 EST 2012


Author: gjanssens
Date: 2012-12-19 13:02:20 -0500 (Wed, 19 Dec 2012)
New Revision: 22675
Trac: http://svn.gnucash.org/trac/changeset/22675

Modified:
   htdocs/trunk/.htaccess
Log:
Remove options not allowed in .htaccess on the gnucash webserver

Modified: htdocs/trunk/.htaccess
===================================================================
--- htdocs/trunk/.htaccess	2012-12-19 08:54:14 UTC (rev 22674)
+++ htdocs/trunk/.htaccess	2012-12-19 18:02:20 UTC (rev 22675)
@@ -1,5 +1,5 @@
-Options +FileInfo
-DirectoryIndex index.phtml index.php index.html
+# Options +FileInfo
+# DirectoryIndex index.phtml index.php index.html
 AddType application/x-httpd-php .phtml
 
 # Over time, files got moved around in the webdirectory



More information about the gnucash-changes mailing list