• I installed the Feedburner Plugin from Ordered List for WP2.0. As soon as I did, my site started throwing a Server 500 error. Also included this on the error page:

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    Any ideas?

Viewing 1 replies (of 1 total)
  • This plugin re-writes your .htaccess file. I had the same problem.

    To fix it just edit the .htaccess file back to its original format. Your file should read as follows:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘Server500 Error After Feedburner Plugin’ is closed to new replies.