1

I've installed the IUS php55u on a CENTOS with virtualmin.

All the php sites are broken now. When I use test.php it gives me only the html code. If I try test.php5 it renders the PHP code.

Yet, in php.conf I have this line:

<FilesMatch \.php$>
    SetHandler application/x-httpd-php
</FilesMatch>

That means it should render .php files and not php5. There are no other php.conf files on the server.

In httpd.conf all the handles are double (one for .php, one for .php5) but still only the php5 files are rendered.

Any ideas?

masegaloeh
  • 17,978
  • 9
  • 56
  • 104
Dani
  • 511
  • 2
  • 10
  • 21

1 Answers1

0

Well surprisingly - commenting out this FilesMatch section solve the problem !

Dani
  • 511
  • 2
  • 10
  • 21