
MikeB46
-
Posts
3 -
Joined
-
Last visited
Community Answers
-
MikeB46's post in php7.4 installation with Apache24 was marked as the answer
After much wailing and grinding of teeth, as well as desk pounding, a solution has been identified and implemented. And it works. So onward.
The solution was found at php.watch via a lucky Google search.
# PHP7 module
PHPIniDir "C:/php"
LoadModule php7_module "C:/php/php7apache2_4.dll" Change php_module to php7_module. Duh!
AddType application/x-httpd-php .php
Thanks