Created
July 2, 2020 10:33
-
-
Save vsg24/aedefc4d20ea4c36ab90f4b831f29297 to your computer and use it in GitHub Desktop.
apache mod_php config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoadModule php7_module "C:/Program Files/php-7.4.2-Win32-vc15-x64/php7apache2_4.dll" | |
AddHandler application/x-httpd-php .php | |
AddType application/x-httpd-php .php .html | |
PHPIniDir "C:/Program Files/php-7.4.2-Win32-vc15-x64" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment