I am having trouble with my first Form. The website is
http://www.twolick.com/contactform.html
I used the sample contactform, thankyou page and error page. I installed ABVFP successfully in a directory ABVFP under public_html and was able to login to it. The hidden field exists and has the label 2 already in it from using the example form. The permissions for the directory structure are 755 everywhere, I made it a bit more loose just in case that was the problem did not help chenging it from 644 to 755.
I get the following when I try to submit the page:
The webpage cannot be found
HTTP 404
Most likely causes: - <LI id=causeErrorInAddress>There might be a typing error in the address.
- If you clicked on a link, it may be out of date.
What you can try: [IMG]res://ieframe.dll/bullet.png[/IMG] Retype the address. [IMG]res://ieframe.dll/bullet.png[/IMG] Go back to the previous page. [IMG]res://ieframe.dll/bullet.png[/IMG] Go to and look for the information you want. [IMG]res://ieframe.dll/down.png[/IMG] More information
This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It's possible that the webpage is temporarily unavailable. Alternatively, the website might have changed or removed the webpage.
For more information about HTTP errors, see Help.
and on firefox
Not Found
The requested URL /ABVFP/dbts_abvfp.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at
www.hfixhfix.com Port 80 I think i see the problem:the URL is looking for /ABVFP and I have public_htmp/ABVFP maybe?