I have been using FCK editor in my website for some time with great success.
However today a very strange thing has happened when submitting a particular article which only consists of text <p> <br/> tags and some quotes, it will only submit about 230 words before apache complains with a 403 access denied..
I have no problems on my local computer windows xp apache but on the live site this is the error
Forbidden
You don't have permission to access /a_admin_/nav.php on this server.
(in fact submitting to any page in the a_admin_ folder gives the samer error.)
Apache/1.3.37 Server at http://www.byronballinagreens.org Port 80
It suggests that there is a word/words which muck up the url request!!!!
robert
Wed, 08/22/2007 - 09:59
#1
Re: Getting apache forbidden when submitting some content thro
You may need to ask your hosting provider to turn off mod_security settings on the server, you can also try to create .htaccess file with the following content to disable it:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Getting apache forbidden when submitting some content thro
The .htaccess solution has worked. I will now contact my provider and let them know
robert
Re: Getting apache forbidden when submitting some content thro
This solution works for me too! I think it may be in the wiki as a note or something like that.
Thank you very much!
Alex Lillo
http://www.nordic-design.net
I am a beginner, sorry.
I am a beginner, sorry.
Please tell me how to add the code to my .httacccess, because i put it, and i got error 500, internal server error,,
please help me.. :(