Does anyone know how to get PHP5 working with Apache2 on Windows XP. I have tried everything, including reinstallation of apache and PHP, with dll modules in the PHP, Apache, and Windows System dirs. Anyone got it working?
Hi,
which error do you get exactly (on startup or in the error log if apache) ? Can you post the configuration files ?
Thomas
Thanks...I dont receive any errors in the error or access logs for Apache. Apache does not recognize my php files. I used to develop some html and php in dreamweaver, and Apache gets confused and wants to "download" my test php files and open up dreamweaver to view the file. Meanwhile, I have the requisite lines in the http.conf file: AddType application/x-httpd-php .php and I am trying to run PHP as a module, instead of a CGI...what am I not doing correctly?
On Apache:
LoadModule php5_module "C:/PHP/php5apache2.dll"
AddType application/x-httpd-php .php
That's working fine for me 😃
Greetings,
Blag :evilgrin: