问题
I have used openwysiwyg v1.4.7 as for my dynamic website to have contents what we see is what you get. Well i'm not using any opensource CMS or any tools too make a website. I'm building my own site in core php.
Every thing is working fine offline(openwysiwyg_v1.4.7 editor image selection too) and everything works fine online too except WYSIWYG image selection part that is uploaded previously or can be uploaded for selection.
It gives this error:
406 not acceptable this request is not acceptable Powered By LiteSpeed Web Server LiteSpeed Technologies is not responsible for administration and contents of this web site!
I tried going through many forums, found that we need to work with .htaccess file:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
But this didn't solve my problem.
What exactly is causing the issue. This problem doesn't allow openwysiwyg_v1.4.7 editor to select image, every other part of openwysiwyg_v1.4.7 editor is working fine.
来源:https://stackoverflow.com/questions/14233146/406-error-not-acceptable-openwysiwyg-v1-4-7-while-image-selection