Hi,
Every time I create a form I get the same error message as below. My form is at http://www.henstore.com/forms/use/Form1/form1.html. Please let me know what I am not doing right as been trying to figure out the whole day...
Thanks,
Stefanouk
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@henstore.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Pretty common ofr first time setup.
> Have you tried the hello.php example?
> <?php
> // Hello World in PHP
> echo 'Hello World!';
> ?>
> If you can not get this to work, your forms will never work. If you can get it to work, its just a matter of setting up the forms in order to get them to work.
> The hello.php example should result in only the "Hello World!" text in you browser. If you see more or less than that, it is not working.
> If you need more assistance than can be provided through this forum, feel free to send me an email and we can make special arrangements to solve your problems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's probably a silly question, but are you sure that the script process.php is in the same folder as the form and that there are no typos in its name?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Every time I create a form I get the same error message as below. My form is at http://www.henstore.com/forms/use/Form1/form1.html. Please let me know what I am not doing right as been trying to figure out the whole day...
Thanks,
Stefanouk
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@henstore.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at www.henstore.com Port 80
Pretty common ofr first time setup.
> Have you tried the hello.php example?
> <?php
> // Hello World in PHP
> echo 'Hello World!';
> ?>
> If you can not get this to work, your forms will never work. If you can get it to work, its just a matter of setting up the forms in order to get them to work.
> The hello.php example should result in only the "Hello World!" text in you browser. If you see more or less than that, it is not working.
> If you need more assistance than can be provided through this forum, feel free to send me an email and we can make special arrangements to solve your problems.
It's probably a silly question, but are you sure that the script process.php is in the same folder as the form and that there are no typos in its name?
Hi all,
Thanks for the help - I changed the permissions setting to 755 and now it works fine.
Will I be able to past the html from the form into my website without any problems?