Carinus Are you using a windows system (or are you unix). Either way the solution s/be similar. This should not be a problem, all you need do is edit the apache httpd.conf file to reflect your PHP location: In windows: #PHP INSERTS ScriptAlias /php/ "c:/web/php/" AddType application/x-httpd-php .php .php3 Action application/x-httpd-php "/php/php.exe" Where "c:/web/php/" is the location of wour php.exe program. If you are on a unix box, I am afraid I will have to bow out graciously and leave it to a unix bod. But I imagine the concept will be the same, you must have had to configure the sunone (this is unix, I think, yes?) to point to PHP when it gets a PHP request so you will need to do similar in the Apache config file. Hope this helps Regards Jeremy |
- [PHP-INSTALL] Question carinus . carelse
- Re: [PHP-INSTALL] Question Luc I. Suryo
- Re: [PHP-INSTALL] Question Jeremy Oliver