FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

access problems

 


Technaut
i have a script that checks POP3 mailboxes for mail on my site (http://pythonscripts.farscrystudios.frih.net/mail.php), but when i try to run it, it gives me this message

Quote:
Forbidden
You don't have permission to access /<SCRIPT>window.location=' on this server.

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


how can i fix this? any ideas?
mathiaus
The below should solve the problem

change
Code:
<form action="<SCRIPT>window.location='?CMD=framed' </SCRIPT>" method="post" name="mailer" id="mailer">

to
Code:
<form action="?CMD=framed" method="post" name="mailer" id="mailer">
Technaut
thank you very much! now i just have to change the code to pass the variables form the form to the script. Very Happy
This topic is locked: you cannot edit posts or make replies.    Frihost Forum Index -> Support and Web Hosting -> Web Hosting Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.