Quantcast
Channel: How to install PHP in a new directory in Windows - Server Fault
Viewing all articles
Browse latest Browse all 3

Answer by phoebus for How to install PHP in a new directory in Windows

$
0
0

Did you change the apache config to use the new PHP module instead of the old one? You're going to need the following in your httpd.conf:

LoadModule php5_module "D:/webserver/php/php5apache2.dll"PHPIniDir "D:/webserver/php/"

...or something to that effect.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>