<br />
<b>Warning</b>:  fopen(/home/srikat/webtechdaily.com/wp-content/backup/.htaccess) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in <b>/home/srikat/webtechdaily.com/wp-content/plugins/backupwordpress/functions.php</b> on line <b>377</b><br />
Cannot open file (/home/srikat/webtechdaily.com/wp-content/backup/.htaccess)<br />
<b>Warning</b>:  fwrite(): supplied argument is not a valid stream resource in <b>/home/srikat/webtechdaily.com/wp-content/plugins/backupwordpress/functions.php</b> on line <b>381</b><br />
Cannot write to file (/home/srikat/webtechdaily.com/wp-content/backup/.htaccess)<br />
<b>Warning</b>:  fclose(): supplied argument is not a valid stream resource in <b>/home/srikat/webtechdaily.com/wp-content/plugins/backupwordpress/functions.php</b> on line <b>385</b><br />
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to fix &#8220;object not found&quot; error when using XAMPP and WordPress</title>
	<atom:link href="http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/</link>
	<description>Your daily dose of Web stuff</description>
	<lastBuildDate>Wed, 27 Jan 2010 01:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/comment-page-1/#comment-297</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/#comment-297</guid>
		<description>if that does not work remeber to check your htaccess file like so:

# from:
#-------------------------
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# END WordPress

# to:
#-------------------------
# BEGIN WordPress

RewriteEngine On
RewriteBase /xampp/yoursite/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /xampp/yoursite/index.php [L]


# END WordPress

that worked for me, else links start taking me back to the xampp screen.

thanks for the post.</description>
		<content:encoded><![CDATA[<p>if that does not work remeber to check your htaccess file like so:</p>
<p># from:<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
<p># to:<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /xampp/yoursite/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /xampp/yoursite/index.php [L]</p>
<p># END WordPress</p>
<p>that worked for me, else links start taking me back to the xampp screen.</p>
<p>thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thepadi</title>
		<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/comment-page-1/#comment-295</link>
		<dc:creator>thepadi</dc:creator>
		<pubDate>Tue, 30 Jun 2009 00:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/#comment-295</guid>
		<description>It work. Thanks.</description>
		<content:encoded><![CDATA[<p>It work. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/comment-page-1/#comment-283</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Thu, 07 May 2009 05:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/#comment-283</guid>
		<description>Thanks, but it doesn&#039;t work with my local XAMPP.</description>
		<content:encoded><![CDATA[<p>Thanks, but it doesn&#8217;t work with my local XAMPP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nandan</title>
		<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/comment-page-1/#comment-279</link>
		<dc:creator>Nandan</dc:creator>
		<pubDate>Fri, 24 Apr 2009 12:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/#comment-279</guid>
		<description>It helped.. thanks a bunch!</description>
		<content:encoded><![CDATA[<p>It helped.. thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhe</title>
		<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/comment-page-1/#comment-273</link>
		<dc:creator>dhe</dc:creator>
		<pubDate>Sun, 12 Apr 2009 08:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/#comment-273</guid>
		<description>tanks bro, it&#039;s help</description>
		<content:encoded><![CDATA[<p>tanks bro, it&#8217;s help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andr3www</title>
		<link>http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/comment-page-1/#comment-244</link>
		<dc:creator>andr3www</dc:creator>
		<pubDate>Tue, 27 Jan 2009 22:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtechdaily.com/2008/11/21/how-to-fix-object-not-found-error-when-using-xampp-and-wordpress/#comment-244</guid>
		<description>Very usefull tip. Thanks alot!</description>
		<content:encoded><![CDATA[<p>Very usefull tip. Thanks alot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
