summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-04-30 15:36:12 +0000
committerElfyn McBratney <beu@gentoo.org>2005-04-30 15:36:12 +0000
commita6ff0a922f52d2e579caa46f7e3edc59ae6fc8fa (patch)
treedc20db948809a8a5d4c0e73afec987a850b6f8ed /dev-php/mod_php/files
parentversion bump (diff)
downloadhistorical-a6ff0a922f52d2e579caa46f7e3edc59ae6fc8fa.tar.gz
historical-a6ff0a922f52d2e579caa46f7e3edc59ae6fc8fa.tar.bz2
historical-a6ff0a922f52d2e579caa46f7e3edc59ae6fc8fa.zip
Fix AddDirectoryIndex syntax in files/4.3.11-r2/70_mod_php.conf.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-php/mod_php/files')
-rw-r--r--dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf b/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
index 04ed17cd5329..ceb4369a998d 100644
--- a/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
+++ b/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
@@ -16,7 +16,7 @@
</IfModule>
# post-adding DirectoryIndex'es
- AddDirectoryIndex .php .php3 .php4 .phps .phtml
+ AddDirectoryIndex index.php index.php3 index.php4 index.phps index.phtml
# Fix some bugs
<Files *.php>