|
Posted by Erwin Moller on 10/09/63 12:00
paulsparrow@telus.net wrote:
> Loaded Apache and PHP on a Windows XP box. Apache is working fine.
> However when I load a .php page I get a "Forbidden Warning You don't
> have permission to access /php/php.exe/Chapter03/handle_form.php on
> this server."
>
> Any idea what I need to configure?
Hi,
A wild guess based on the VERY limitted information you posted is:
the user that runs IIS (named IUSR_<machinename>) doesn't have
permissions to read/execute your php.exe, or maybe also not handle_form.php.
Also, start with a simple script like this:
<?php
phpinfo();
?>
instead of handle_form.php.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|