Hello, today I uppdated my WP Blog to version 2.5, and I have same problem to upload a image. When I upload a image file, show me a http error… I tried to change .htaccess file, and its OK, files was uploaded, but when i insert into post, dont show me my uploaded image, because have another problem, all images have a bug on path to file, my upload dir is https://www.my-site.com/wp-content/uploads/ but when I insert into post the path write on post to image is https://www.my-site.com/wp-admin/wp-content/uploads/. I dont know what’s happend.
I tried to use on htaccess file:
SetEnvIfNoCase Request_URI ^/wp-admin/async-upload.php$ MODSEC_ENABLE=Off
AND
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
AND
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
But no ones works fine. Somebody can help me !??