Wordpress 2.5 Fix

I completed my first install of Wordpress 2.5 this past week and much to my amazement, I had a small problem.  Everything went fine, untill I tried to upload a file using the new AJAX uploader. I looked at all the permissions and after a quick Google Search, I found that I needed to add the following line to my .htaccess in my root folder of my Wordpress install.

This is what I added.

<ifmodule mod_security.c>
<files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</files>
</ifmodule>

0 Responses to “Wordpress 2.5 Fix”


  1. No Comments

Leave a Reply