kippykip
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 1
Whenever I try to link or post an image to another site now on my forums, it just goes and says "403 error"
This is getting really annoying but I found something about putting
SecFilterEngine Off
SecFilterScanPOST Off
in .htaccess but that gives me a 500 internal server error and using
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
still gives me the same 403 error
how do I fix this?
This is getting really annoying but I found something about putting
SecFilterEngine Off
SecFilterScanPOST Off
in .htaccess but that gives me a 500 internal server error and using
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
still gives me the same 403 error
how do I fix this?