fix php.conf to allow MultiViews managed by php scripts

This commit is contained in:
Remi Collet 2013-01-12 11:55:09 +01:00
parent 6e1dc80bb0
commit 667d2252f1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -58,7 +58,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.11
Release: 0.1.rc1%{?dist}
Release: 0.2.rc1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@ -1403,6 +1403,9 @@ fi
%changelog
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.2.RC1
- fix php.conf to allow MultiViews managed by php scripts
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.1.RC1
- update to 5.4.11RC1