If you are having issues with the Image uploader. Sometimes it just takes a small amount of work to get this issue fixed.
The first thing I would recommend doing is checking you Htaccess file.
Make sure it has the following code :
AddType x-mapp-php5 .php
# Begin WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCOnd %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule>
# END WordPress
That should solve it. Save it into an htaccess file and upload to your root folder.
Related articles by Zemanta
- How to Setup Multiuser in WordPress 3.0 (kimwoodbridge.com)
- 20 Steps to a Flexible and Secure WordPress Installation (net.tutsplus.com)
- Avoiding subdomain feed redirects (sciencetext.com)
- 10 useful new WordPress hacks (catswhocode.com)
- New SitePoint Release Works Magic With Wicked WordPress Themes (prweb.com)