diff --git a/example_files/httpd.conf b/example_files/httpd.conf index b07a1f6f2..83b111829 100644 --- a/example_files/httpd.conf +++ b/example_files/httpd.conf @@ -282,7 +282,7 @@ DocumentRoot "${SRVROOT}/htdocs" # is requested. # - DirectoryIndex index.html + DirectoryIndex index.html index.php # @@ -535,3 +535,9 @@ SSLRandomSeed startup builtin SSLRandomSeed connect builtin +LoadModule php7_module "C:/php/php7apache2_4.dll" + + SetHandler application/x-httpd-php + + +PHPIniDir "C:/php"