I've placed this file through ftp to my public_html directory but get this error:
Forbidden
You don't have permission to access /sign.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.27 Server at
www.etman.net Port 80
Anyone can help me?
The url for the file is "http://www.etman.net/sign.php"
<h2>Sign my Guest Book!</h2>
<form method=post action="create_entry.php">
<b>Name:</b>
<input type=text size=40 name=name>
<br>
<b>Location:</b>
<input type=text size=40 name=location>
<br>
<b>Email:</b>
<input type=text size=40 name=email>
<br>
<b>Home page URL:</b>
<input type=text size=40 name=URL>
<br>
<b>Comments:</b>
<textarea name=comments cols=40 rows=4 wrap=virtual></textarea>
<br>
<input type=submit name=submit value="Sign!">
<input type=reset name=reset value="Start Over">
</form>