70_mod_php7.conf 520 B

1234567891011121314151617181920
  1. LoadModule php7_module modules/libphp7.so
  2. AddHandler php7-script .php
  3. # Set it to handle the files
  4. <IfModule mod_mime.c>
  5. AddType application/x-httpd-php .php
  6. AddType application/x-httpd-php .phtml
  7. AddType application/x-httpd-php .php3
  8. AddType application/x-httpd-php .php4
  9. AddType application/x-httpd-php .php5
  10. AddType application/x-httpd-php-source .phps
  11. </IfModule>
  12. #
  13. # Add index.php to the list of files that will be served as directory
  14. # indexes.
  15. #
  16. DirectoryIndex index.php index.phtml