WordPress – Automatic Updates Fix
WordPress seems to have problems sometimes with auto updating the plugins or for upgrades. Create a file “.htaccess” in your main source directory — where the directories wp-admin, wp-content, wp-includes reside with this as content. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] AddType x-mapp-php5 .php [...]