About WordPress automatic upgrade.
I’m stupid, and here is why:
Long, long time ago, when WordPress 2.7 was released I got excited about the automatic upgrade feature. I never got to get it working, but I didn’t care at all. I don’t have that many plug-ins, and sometimes in a while, I just uploaded all the files via FTP. But I moved sergio.arbeo.net to WordPress after 3.0 release and then I realize that it was working there!
Then, wondering why, found out this post with its really easy solution: just add the following two lines to the WordPress .htaccess:
# Ensure PHP5 being used# For WordPress auto upgrade
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
As I said, I’m stupid.
Related posts:
Categories: General
