I am facing a problem while submitting a simple HTML form. Here is the form:
<form name="form1" method="post" action="dest.php">
<input type="hidden" name="my_url" value="http://www.livrotek.com/book_image/thumb/12726851341.jpg" />
</form>
When I submit this form, I get an apache error: You don't have permission to access dest.php on this server.
If I change the value of "my_url" field to any value other than a URL, then it works fine.