# HG changeset patch # User IBBoard # Date 1415460938 0 # Node ID 440ea809487ca8bb447935c29b42626276c148e1 # Parent ca6ce30c0bfcfe57151ee3ace94546f8a418fcb2 Add missing php.conf and make html-php config try index.html first as index diff -r ca6ce30c0bfc -r 440ea809487c modules/website/files/conf.extra/html-php.conf --- a/modules/website/files/conf.extra/html-php.conf Mon Oct 27 20:31:27 2014 +0000 +++ b/modules/website/files/conf.extra/html-php.conf Sat Nov 08 15:35:38 2014 +0000 @@ -5,3 +5,6 @@ # AddHandler php5-script .html AddType text/html .html + +#If we're doing HTML files as PHP then swap the priority for directory indexing +DirectoryIndex index.html index.php diff -r ca6ce30c0bfc -r 440ea809487c modules/website/files/conf.extra/php.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/website/files/conf.extra/php.conf Sat Nov 08 15:35:38 2014 +0000 @@ -0,0 +1,1 @@ +DirectoryIndex index.php index.html \ No newline at end of file