Answers for "php 7.4 not working with apache2.7 in windows"

PHP
1

apache2 loadmodule php windows

AddHandler application/x-httpd-php .php
AddType application/x-httpd-php .php .html
LoadModule php7_module "C:/php7/php7apache2_4.dll"
PHPiniDir "c:/php7"
Posted by: Guest on May-05-2020

Code answers related to "php 7.4 not working with apache2.7 in windows"

Browse Popular Code Answers by Language