Recently WordPress shipped an update to their fine blogging engine. The version that had been in use for this blog was capable of performing an automatic update to the new version. However, no matter how many times I clicked the “upgrade” button the upgrade would just never execute. Some searching around the WordPress forums led me to a listing of web hosts that needed a few adjustments. All that was necessary to enable the automatic upgrades was to tell the host via the .htaccess file in the main WordPress directory that PHP5 should be enabled.
Add the line shown below anywhere to enable PHP5 support for 1 & 1 Linux hosts:
AddType x-mapp-php5 .php
This entry was posted
on Thursday, June 18th, 2009 at 6:37 pm and is filed under PHP5, WordPress.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
[...] review blog comments. Take this gem of a URL, for example, that I found waiting for approval on WordPress Automatic Update: Notice Anything [...]