Hey,
I've problems with my httpd.conf. Everytime I launch WAMP it changes all my directories to ${INSTALL_DIR}.
So I had (example):
LoadModule php5_module "c:/wamp/bin/php/php5.6.25/php5apache2_4.dll"
After reloading WAMP:
LoadModule php5_module "${INSTALL_DIR}/bin/php/php5.6.25/php5apache2_4.dll"
I changed the configuration back and everything was working. Until I closed WAMP, and restarted it. And all my configuration was corrupted again.
Strange thing is that I worked on this wamp version for months and didn't change anything.
Any idea how I can stop this? Or how I can set the ISNTALL_DIR variable?
thanks
I've problems with my httpd.conf. Everytime I launch WAMP it changes all my directories to ${INSTALL_DIR}.
So I had (example):
LoadModule php5_module "c:/wamp/bin/php/php5.6.25/php5apache2_4.dll"
After reloading WAMP:
LoadModule php5_module "${INSTALL_DIR}/bin/php/php5.6.25/php5apache2_4.dll"
I changed the configuration back and everything was working. Until I closed WAMP, and restarted it. And all my configuration was corrupted again.
Strange thing is that I worked on this wamp version for months and didn't change anything.
Any idea how I can stop this? Or how I can set the ISNTALL_DIR variable?
thanks