Example:
- Code: Select all
# At the LoadModule section
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "c:/php"
DocumentRoot "D:\www"
This is just an example. Please read the directives' comments.
What are your PHP and Apache versions and what platform are you running under !?


