php.conf 265 B

123456789
  1. LoadModule php!!MV!!_module !!PREFIX!!/lib/php-!!PV!!/libphp!!MV!!.so
  2. <IfModule mod_php!!MV!!.c>
  3. AddType application/x-httpd-php .php .phtml .php3
  4. AddType application/x-httpd-php-source .phps
  5. # Most php configs require this
  6. DirectoryIndex index.php
  7. </IfModule>