02. Go to your Apache conf file (C:\Network\Apache2\conf\httpd.conf) and find:
#LoadModule ssl_module modules/mod_ssl.so
BELOW this, add:
LoadModule php4_module c:/network/php/sapi/php4apache2.dll
03. Still in httpd.conf, find:
AddType application/x-tar .tgz
BELOW this, add:
AddType application/x-httpd-php .php
04. Still in httpd.conf, set the files that Apache will serve if a directory is requested. Find:
DirectoryIndex index.html index.html.var
REPLACE it with:
DirectoryIndex index.php index.html index.php.var index.html.var
Could not find the following codes in the file so i couldnt do the step :s any ideas?
|