Home, Articles, Web-Design-tutorials

Fix WordPress Internal Server Error 500

11 November 2009 No Comment

There are a lot of great advantages to using WordPress, but if you get to a point where you are seeing an Internal Server Error 500 every time you want to upgrade a widget, install a plugin or do anything useful, then it can be a real pain. Thankful I have a fix for you, especially if you are in a shared hosting environment like 1and1 or Godaddy.

Simply copy and past the following into your .htaccess file in the root folder of your blog and all will be well.

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Options All -Indexes

AddType x-mapp-php5 .php

AddHandler x-mapp-php5 .php
Share and Enjoy:
  • Twitter
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Design Float
  • FriendFeed
  • LinkedIn
  • MySpace
  • StumbleUpon
  • Technorati
  • Print

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.