Automatic Backup with Windows 7
Sorry, this entry is only available in Deutsch.
Sorry, this entry is only available in Deutsch.
Like others, whose webhoster is 1and1 and who use WordPress version 2.7.1, I experienced a lot of problems with some very popular plugins, such as
After activating the plugin, an
Internal server error 500
occured whilst using the admin panel, even preventing me from deactivating the plugin. In this case, there’s only one option left: connect via FTP to your webspace, chance directory to your wordpress root, and in wp-conten/plugins rename the plugin directory. This way, WordPress doesn’t find it anymore and will deactivate the plugin automatically.
But, of course, there has to be a workaround, instead of simply not using certain plugins. The following activates PHP5 on your webspace and worked out perfectly for me:
1 2 3 | Options All -Indexes AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php |
Recent Comments