Link to home
Start Free TrialLog in
Avatar of Bolter99
Bolter99Flag for United Kingdom of Great Britain and Northern Ireland

asked on

PHP on Apache 2.0.x (Win32)

How do i get my php scripts to run on my apache web server?

I added "AddType application/x-httpd-php .php" to the httpd.conf file and it made no difference.

The php scripts are downloading when their navigated to. Please help.

Bolter99
ASKER CERTIFIED SOLUTION
Avatar of Barthax
Barthax
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also you need to copy php...dll files to apache/bin directory
Avatar of Bolter99

ASKER

What ones though lol...
I added the following to the httpd.conf file...

AddType application/x-httpd-php .php
LoadModule php4_module "c:/php/sapi/php4apache2.dll"

Still no change.
Never mind, i figured it out. Thanks a lot you two!