Platform Windows XP
Apache ver 2.0.43.0[/B] expanded from apache_2.055-win32-x86-no_ssl.msi
Apache directory is C:\Apache
Setup as Typical as I would not know how to customise it.
MySQL ver 1.4 was expanded from httpd-2.0.43.tar.gz
Directory C:\MySQL
PHP ver 5.1.2 expanded from php_5.1.2-win32.zip
Directory C:\php
Key files C:\php\php.exe C:\php\php.ini
Apache names. Network domain: Localhost
Server name: Localhost
Admin email: adrian@localhost
Apache configuration changes made in C:\apache\httpd.conf
ServerRoot “C:/Apache”
#
PHPIniDir "C:/php"
#Start of Addition-----------------------------
#
LoadModule ph5-module c:/php/php5apache2.dll
AddModule mod_php5.c
AddType application/x-httpd-php .php .phtml .php5
#End of Addition----------------------------------
ServerAdmin adrian@localhost
DocumentRoot "C:/Apache/htdocs"
ServerName localhost:80
This should be changed to whatever you set DocumentRoot to.
#
<Directory "C:/Apache/htdocs">
Alias /icons/ "C:/Apache/icons/"
Alias /manual "C:/Apache/manual"
Changes made to C:\php\pp.ini
Doc_root = “C:\Apache\htdocs”
Extension_dir = “C:\php\ext”
Extension = "php_msql.dll"
I set the path in the Control Panel--System--Advanced as PHPRC and C:\php
Best wishes
Awestruck