Install PHP by using Apache module. In the file http. conf, first use the statement LoadModulephp5_moduleD: xamppapachebinphp5apache2. dll to dynamically load the PHP module, and then use the statement AddTypeapplicationx-httpd-php-source.phpsAddTypeapplicationx-httpd-php.php.php5.php4.
Install PHP using the Apache module in the http. in conf, use the statement LoadModule php5_module D:/xampp/apache/bin/php5apache2. dll Dynamic Load PHP module, and then use the statement AddType application/x-httpd-php-source.phpsAddType application/x-httpd-php. php. php5. php4.
Install PHP using the Apache module. in the http. conf file, first use the statement LoadModule php5_module "D:/xampp/apache/bin/php5apache2. dll"
Dynamically load the PHP module, and then use the statement
AddType application/x-httpd-php-source.phps AddType application/x-httpd-php. php. php5. php4. php3. phtml
Apache processes all files with the extension of php as PHP scripts.