Error 406

slhosa

New Member
Messages
17
Reaction score
0
Points
0
All of a sudden, I am getting an error 406 when trying to add photos to Gallery. The error message I get is:

An appropriate representation of the requested resource /gallery/main.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


I tried re-installing Gallery but it is giving me the same error. What Does error 406 mean?
 
Last edited:

slhosa

New Member
Messages
17
Reaction score
0
Points
0
Problem Solved. I messed around with a few things until I tried disabling the security filtering in .htaccess and it worked.
Code:
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed...
SecFilterScanPOST Off
</IfModule>
 
Last edited:
Top