How to Restore your Blog from “500 Internal Server Error” while using “WordPress Download Monitor”"

If you are facing a “500Internal server error” while using “wordpress download monitor” plugin, the problem will be most probably caused when you try to use a custom url for a download file or when you try to update the “Permalinks” of the wordpress blog. If so , then you don’t have to rename or delete the plugin folder (even if you do that the problem will not resolve).

Instead you have to check your “.htaccess” file in your root directory.This is because, when you try to use a custom url, it will write some rewrite rules in your “.htaccess” file .open your “.htaccess” file in a text editor, verify  it and modify it. so that it looks exactly like below

# BEGIN WordPress

RewriteEngine On
RewriteRule ^download/(.*)$ wp-content/plugins/download-monitor/download.php?id=$1 [L]

<IfModule mod_rewrite.c>

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

# END WordPress

after modify it as above , just refresh the browser and point it to your blog.It should work as normal

Popularity: 12% [?]

Tags: , ,

Post Author

This post was written by Arun who has written 48 posts on S . P . A r u n . I n.

Arun Balasubramanian.S.P is a 25 yr old boy from India.He is working as a Civil Engineer.He loves WordPress, Windows and the Web itself.

One Response to “How to Restore your Blog from “500 Internal Server Error” while using “WordPress Download Monitor”"”

  1. Anto 06. Aug, 2009 at 2:22 PM #

    This doesn’t always happen, it was because your host doesn’t allow writing of files by default, to watch they’re own ass.

    Security measures
    .-= Anto´s last blog ..Slickred – WordPress Theme =-.

Leave a Reply

Anti-Spam Quiz: