I found this elsewhere after much searching and it worked for me also.
Found Here:
You can also add this to your .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
php_value magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
</IfModule>
# END WordPress
This worked for me!