Jump to content

[SOLVED] 403 Forbidden


rubing

Recommended Posts

I have a form which submits user input to a php script. 

 

echo "<form action='band_ins3.php' method='post'>";
echo "<input type='hidden' name='bands' value='$filename' />";
echo "<input type='submit' value='Approve Bands' />";
echo "</form>";

 

For some reason it returns the following error:

 

Forbidden

You don't have permission to access /exec/band_ins3.php on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

If I simply navigate to the page with my browser there is no problem.  I don't get it!!

 

Link to comment
Share on other sites

That's very interesting...but not applicable to my situation, since my 403 error ends in a filename.  I just found something very interesting, this page is failing to load only when I including my POST or GET variable

 

here is my variable:

$file='/tmp/php6UXHrY';

 

it seems like the server is having a problem with those slashes...guess i'll have to replace them temporarily

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.