diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-12 11:14:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-12 11:14:28 +0100 |
commit | a59d47046d9bc71a0f13a9bc24c675038068ebff (patch) | |
tree | dd3fa3ee8718c733077ad0cdf47b1a37de27c477 /php.conf | |
parent | 54b5f07c517a517d7cad5f8921ebe1ee8c900eae (diff) |
php: fix php.conf for MultiViews
Diffstat (limited to 'php.conf')
-rw-r--r-- | php.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> +# Need for Multiviews +AddType text/html .php # # Add index.php to the list of files that will be served as directory |