Code in this video: How to Install and Configure PHP with Apache on Windows

Code in this video: How to Install and Configure PHP with Apache on Windows 11/10/8/7 and Windows Server 2022/2019/2016/2012

✳️ Thank You for watching and Don't forget to subscribe to my channel.

👉 Download PHP [The version I'm using in the video]: Google Drive

👉 or from offical website ( Thread Safe): https://windows.php.net/download/

📌 # PHP module
PHPIniDir "C:/php"
LoadModule php_module "C:/php/php8apache2_4.dll"
AddType application/x-httpd-php .php

📌 For testing

<?php
	phpinfo();
?>

Leave a Reply

Your email address will not be published. Required fields are marked *