diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-04-30 15:36:12 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-04-30 15:36:12 +0000 |
commit | a6ff0a922f52d2e579caa46f7e3edc59ae6fc8fa (patch) | |
tree | dc20db948809a8a5d4c0e73afec987a850b6f8ed /dev-php/mod_php/files | |
parent | version bump (diff) | |
download | historical-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.conf | 2 |
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> |