Skip to content

Instantly share code, notes, and snippets.

@FernandoFranciscoVicente
Forked from codigoconjuan/httpd.conf
Created September 16, 2022 21:33
Show Gist options
  • Save FernandoFranciscoVicente/45a6d025abc1695e63136975a1f57523 to your computer and use it in GitHub Desktop.
Save FernandoFranciscoVicente/45a6d025abc1695e63136975a1f57523 to your computer and use it in GitHub Desktop.
Gist para Configurar PHP 8
LoadModule php_module "C:/php/php8apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "c:/php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment