Log in

View Full Version : Permission Error


Sychev_S
03-02-2007, 02:11 AM
Whenever I play v3arcade on my web site and score gets submitted the following error shows up:
Forbidden
You don't have permission to access /forums/arcade.php on this server.

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


--------------------------------------------------------------------------------

Apache/1.3.37 Server at www.site.com Port 80
Does anybody know how to fix that? I have a feeling that it has something to do with htaccess file, but then again, what do I know.

SaN-DeeP
03-02-2007, 02:17 AM
Did you check the usergroup permissions ?
For v3arcade each usergroup needs to have permissions to play arcade + set a score.

Sychev_S
03-02-2007, 02:20 AM
No just found the problem.
All it took was adding this into htaccess:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>