php instal
php instal
Out of context: Reply #3
- Started
- Last post
- 15 Responses
- __j__0
php is allready there. you have to tell apache to make use of it:
1. find the httpd.conf file and open it.
2. uncomment the following line
# LoadModule php4_module3.uncomment the following line
# AddModule mod_php4.c4.add the following
AddType application/x-httpd-php .phprestart apache or your machine.
test with phpinfo();
cheers , j