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 | 494ab9b96735098f66bc05fbb9144f0cb5bc76ba (patch) | |
tree | 0cfad8de4ee8462e166ee19b8da261cf4919c92c | |
parent | 3bb42c81462c6441a39b0339298320f1f44cdb89 (diff) |
php: fix php.conf for MultiViews
-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 |