Created
November 24, 2014 06:30
-
-
Save abdulhadad/7249fcea2a302f36a2cd to your computer and use it in GitHub Desktop.
PHP SAPI separate configuration file for Apache httpd
This file contains hidden or 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
| # handler for .php file | |
| LoadModule php5_module "c:/php54/php5apache2_4.dll" | |
| <FilesMatch \.php$> | |
| SetHandler application/x-httpd-php | |
| </FilesMatch> | |
| # configure the path to php.ini | |
| PHPIniDir "C:/php54" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment