[Gnucash-changes] r14149 - htdocs/trunk - Make sure we add the .phtml extension, in case Apache doesn't know about it

Derek Atkins warlord at cvs.gnucash.org
Mon May 22 14:14:52 EDT 2006


Author: warlord
Date: 2006-05-22 14:14:52 -0400 (Mon, 22 May 2006)
New Revision: 14149
Trac: http://svn.gnucash.org/trac/changeset/14149

Modified:
   htdocs/trunk/.htaccess
Log:
Make sure we add the .phtml extension, in case Apache doesn't know about it


Modified: htdocs/trunk/.htaccess
===================================================================
--- htdocs/trunk/.htaccess	2006-05-22 18:14:21 UTC (rev 14148)
+++ htdocs/trunk/.htaccess	2006-05-22 18:14:52 UTC (rev 14149)
@@ -1,3 +1,3 @@
 Options MultiViews
 DirectoryIndex index.phtml index.php index.html
-
+AddType application/x-httpd-php .phtml



More information about the gnucash-changes mailing list