hansu
Programmer
- Mar 12, 2002
- 89
Hi
I am new to PHP and Apache.
I want to test my PHP-scripts locally and so far everything worked fine. Now I'm trying to process a form with:
That generates error 403:
Forbidden. You don't have permission to access ./path/... on this server.
The file is in the htdocs of apache.
Can anyone tell me how and where to set permissions correctly to run the script locally?
Apache 2.0, PHP 4.3.3, Win 95.
Thanks for any assistance.
I am new to PHP and Apache.
I want to test my PHP-scripts locally and so far everything worked fine. Now I'm trying to process a form with:
Code:
<form name="contact" action="<?= echo $_SERVER['PHP_SELF'] ?>" method="POST">
That generates error 403:
Forbidden. You don't have permission to access ./path/... on this server.
The file is in the htdocs of apache.
Can anyone tell me how and where to set permissions correctly to run the script locally?
Apache 2.0, PHP 4.3.3, Win 95.
Thanks for any assistance.