<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>S . P . A r u n . I n &#187; Problems</title>
	<atom:link href="http://sparun.in/category/build-a-blog/problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://sparun.in</link>
	<description>WordPress, Windows and the Web.</description>
	<lastBuildDate>Mon, 05 Apr 2010 03:37:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>How to Restore your Blog from &#8220;500 Internal Server Error&#8221; while using &#8220;WordPress Download Monitor&#8221;&quot;</title>
		<link>http://sparun.in/how-to-restore-your-blog-from-500-internal-server-error-while-using-wordpress-download-monitor/</link>
		<comments>http://sparun.in/how-to-restore-your-blog-from-500-internal-server-error-while-using-wordpress-download-monitor/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:25:29 +0000</pubDate>
		<dc:creator>Arun</dc:creator>
				<category><![CDATA[Build-a-Blog]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[500 internal server error]]></category>
		<category><![CDATA[wordpress download monitor]]></category>

		<guid isPermaLink="false">http://sparun.in/?p=75</guid>
		<description><![CDATA[If you are facing a &#8220;500Internal server error&#8221; while using &#8220;wordpress download monitor&#8221; 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 &#8220;Permalinks&#8221; of the wordpress blog. If so , then you don&#8217;t have to rename or [...]]]></description>
			<content:encoded><![CDATA[<p>If you are facing a &#8220;500Internal server error&#8221; while using &#8220;wordpress download monitor&#8221; 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 &#8220;Permalinks&#8221; of the wordpress blog. If so , then you don&#8217;t have to rename or delete the plugin folder (even if you do that the problem will not resolve).</p>
<p>Instead you have to check your &#8220;.htaccess&#8221; file in your root directory.This is because, when you try to use a custom url, it will write some rewrite rules in your &#8220;.htaccess&#8221; file .open your &#8220;.htaccess&#8221; file in a text editor, verify  it and modify it. so that it looks exactly like below<span id="more-75"></span></p>
<blockquote><p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteRule ^download/(.*)$ wp-content/plugins/download-monitor/download.php?id=$1 [L]</p>
<p>&lt;IfModule mod_rewrite.c&gt;</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p># END WordPress</p></blockquote>
<p>after modify it as above , just refresh the browser and point it to your blog.It should work as normal</p>
<img src="http://sparun.in/?ak_action=api_record_view&id=75&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://sparun.in/how-to-restore-your-blog-from-500-internal-server-error-while-using-wordpress-download-monitor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
