Skip to content

Instantly share code, notes, and snippets.

@vsg24
Created July 2, 2020 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsg24/aedefc4d20ea4c36ab90f4b831f29297 to your computer and use it in GitHub Desktop.
Save vsg24/aedefc4d20ea4c36ab90f4b831f29297 to your computer and use it in GitHub Desktop.
apache mod_php config
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