<?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 for PaperStreet</title>
	<atom:link href="http://www.paperstreet.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.paperstreet.com/blog</link>
	<description>Law Firm Internet Marketing Blog, Web Design Articles</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on HP 2605 Printer: How to Force Print or How to Override Replace Cartridge by NettlesScience</title>
		<link>http://www.paperstreet.com/blog/2027/comment-page-1#comment-232462</link>
		<dc:creator>NettlesScience</dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=2027#comment-232462</guid>
		<description>Hewlett Packard Toner masses Comparing brand new cartridges to cartridges when HP says they need to be replaced.  I believe cartridge limitations are arbitrary. 
Color	New (grams)	Old(grams)	Difference (grams)	Date
Yellow	646.3	636.38	9.92	11/16/2011
Cyan	646.2	641.3	4.9	11/16/2011
Magenta	644.3	642.1	2.2	11/16/2011
Black	659.6	603.5	47.5	12/5/2011
Toner cartridges are all new H-P, in sealed cartons. 
All were replaced when the printer refused to make anymore prints and indicated they needed replacing. 
All were less than 6 months old.</description>
		<content:encoded><![CDATA[<p>Hewlett Packard Toner masses Comparing brand new cartridges to cartridges when HP says they need to be replaced.  I believe cartridge limitations are arbitrary.<br />
Color	New (grams)	Old(grams)	Difference (grams)	Date<br />
Yellow	646.3	636.38	9.92	11/16/2011<br />
Cyan	646.2	641.3	4.9	11/16/2011<br />
Magenta	644.3	642.1	2.2	11/16/2011<br />
Black	659.6	603.5	47.5	12/5/2011<br />
Toner cartridges are all new H-P, in sealed cartons.<br />
All were replaced when the printer refused to make anymore prints and indicated they needed replacing.<br />
All were less than 6 months old.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Fix: Warning: session_start() [function.session-start]: Cannot send session cache limiter by David@iconera</title>
		<link>http://www.paperstreet.com/blog/1723/comment-page-1#comment-232439</link>
		<dc:creator>David@iconera</dc:creator>
		<pubDate>Tue, 10 Jan 2012 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=1723#comment-232439</guid>
		<description>my site hosted live and i used the editor in cpanel to make one small change.  nexst thing the error came up.  thankfully we have google and people who post solutions.  TIP: if you use the cpanel editor, use the code editor it works for php.
Regard

David
Icon Era</description>
		<content:encoded><![CDATA[<p>my site hosted live and i used the editor in cpanel to make one small change.  nexst thing the error came up.  thankfully we have google and people who post solutions.  TIP: if you use the cpanel editor, use the code editor it works for php.<br />
Regard</p>
<p>David<br />
Icon Era</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress URL Rewrites for Windows IIS &#8211; How to Remove index.php Using HTTPD.ini file by Mukeshchauhan81</title>
		<link>http://www.paperstreet.com/blog/1321/comment-page-1#comment-232411</link>
		<dc:creator>Mukeshchauhan81</dc:creator>
		<pubDate>Tue, 03 Jan 2012 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=1321#comment-232411</guid>
		<description>    No need to install any ISAPI filter to remove the index.php from WordPress permalinks.No need of .htaccess file..Use these simple steps to WordPress Permalinks in IIS 6.0 using Custom 404 Redirect for Windows Shared hosting/manas hosting or any windows shared hosting.

    http://dotnetcodebytes.blogspot.com/2011/11/remove-indexphp-from-wordpress-on.html
</description>
		<content:encoded><![CDATA[<p>No need to install any ISAPI filter to remove the index.php from WordPress permalinks.No need of .htaccess file..Use these simple steps to WordPress Permalinks in IIS 6.0 using Custom 404 Redirect for Windows Shared hosting/manas hosting or any windows shared hosting.</p>
<p>    <a href="http://dotnetcodebytes.blogspot.com/2011/11/remove-indexphp-from-wordpress-on.html" rel="nofollow">http://dotnetcodebytes.blogspot.com/2011/11/remove-indexphp-from-wordpress-on.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress URL Rewrites for Windows IIS &#8211; How to Remove index.php Using HTTPD.ini file by Anonymous</title>
		<link>http://www.paperstreet.com/blog/1321/comment-page-1#comment-232385</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 20 Dec 2011 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=1321#comment-232385</guid>
		<description>Mike, just like .htaccess files, httpd.ini files affect the entire directory they are placed in. If you place the httpd.ini file in the root, then the entire web structure will be affected. If you place httpd.ini in the /blog/ subfolder, then only the /blog/ will be affected.

That said, I recommend keeping the httpd.ini and .htaccess in the root folder for rewrites. As long as you add /blog/ to your rewrite rules in the root, then you should be good to go.

If you experience otherwise, please let us know!</description>
		<content:encoded><![CDATA[<p>Mike, just like .htaccess files, httpd.ini files affect the entire directory they are placed in. If you place the httpd.ini file in the root, then the entire web structure will be affected. If you place httpd.ini in the /blog/ subfolder, then only the /blog/ will be affected.</p>
<p>That said, I recommend keeping the httpd.ini and .htaccess in the root folder for rewrites. As long as you add /blog/ to your rewrite rules in the root, then you should be good to go.</p>
<p>If you experience otherwise, please let us know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress URL Rewrites for Windows IIS &#8211; How to Remove index.php Using HTTPD.ini file by Anonymous</title>
		<link>http://www.paperstreet.com/blog/1321/comment-page-1#comment-232386</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 20 Dec 2011 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=1321#comment-232386</guid>
		<description>Mike, just like .htaccess files, httpd.ini files affect the entire directory they are placed in. If you place the httpd.ini file in the root, then the entire web structure will be affected. If you place httpd.ini in the /blog/ subfolder, then only the /blog/ will be affected.

That said, I recommend keeping the httpd.ini and .htaccess in the root folder for rewrites. As long as you add /blog/ to your rewrite rules in the root, then you should be good to go.

If you experience otherwise, please let us know!</description>
		<content:encoded><![CDATA[<p>Mike, just like .htaccess files, httpd.ini files affect the entire directory they are placed in. If you place the httpd.ini file in the root, then the entire web structure will be affected. If you place httpd.ini in the /blog/ subfolder, then only the /blog/ will be affected.</p>
<p>That said, I recommend keeping the httpd.ini and .htaccess in the root folder for rewrites. As long as you add /blog/ to your rewrite rules in the root, then you should be good to go.</p>
<p>If you experience otherwise, please let us know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress URL Rewrites for Windows IIS &#8211; How to Remove index.php Using HTTPD.ini file by Mike Bosch</title>
		<link>http://www.paperstreet.com/blog/1321/comment-page-1#comment-232384</link>
		<dc:creator>Mike Bosch</dc:creator>
		<pubDate>Tue, 20 Dec 2011 10:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=1321#comment-232384</guid>
		<description>If I am having blog as a sub-site.

Like www.example.com/blog

Then where should I upload httpd.ini file?

On wwwroot or at blog folder?</description>
		<content:encoded><![CDATA[<p>If I am having blog as a sub-site.</p>
<p>Like <a href="http://www.example.com/blog" rel="nofollow">http://www.example.com/blog</a></p>
<p>Then where should I upload httpd.ini file?</p>
<p>On wwwroot or at blog folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Law Firm SEO 101:  10 Tips to Build your Law Firm&#8217;s Link Authority Online &amp; Improve its Search Rankings. by Anonymous</title>
		<link>http://www.paperstreet.com/blog/3953/comment-page-1#comment-232370</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 15 Dec 2011 10:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=3953#comment-232370</guid>
		<description>Thank you very much for posting this important information about SEO Law Firm, Do &lt;a href=&quot;http://www.vastvision.com&quot; rel=&quot;nofollow&quot;&gt;Ranked Top Search Engine Optimization Company&lt;/a&gt; had a SEO Law Firm?</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this important information about SEO Law Firm, Do <a href="http://www.vastvision.com" rel="nofollow">Ranked Top Search Engine Optimization Company</a> had a SEO Law Firm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress URL Rewrites for Windows IIS &#8211; How to Remove index.php Using HTTPD.ini file by Ravi</title>
		<link>http://www.paperstreet.com/blog/1321/comment-page-1#comment-231584</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 01 Nov 2011 08:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=1321#comment-231584</guid>
		<description>Hi, Thanks for the tip. 

With WP 3.2, it automatically writes the rules to redirect. 

But, we have 1000s of pages already with numerous inlinks. 

If we change the URL to /year/month/day/postname, the redirect works without index.php.

But if we change the URL to /postname then the previous URLs are showing page not found ( The site still works with new structure. The problem is with redirecting old URLs)

Can any one let us know the redirect rules?

We have only web.config access and no 

HTTPD.ini

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for the tip. </p>
<p>With WP 3.2, it automatically writes the rules to redirect. </p>
<p>But, we have 1000s of pages already with numerous inlinks. </p>
<p>If we change the URL to /year/month/day/postname, the redirect works without index.php.</p>
<p>But if we change the URL to /postname then the previous URLs are showing page not found ( The site still works with new structure. The problem is with redirecting old URLs)</p>
<p>Can any one let us know the redirect rules?</p>
<p>We have only web.config access and no </p>
<p>HTTPD.ini</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How building a website is like building a house by Pay Per Click Management Texas</title>
		<link>http://www.paperstreet.com/blog/3959/comment-page-1#comment-231512</link>
		<dc:creator>Pay Per Click Management Texas</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=3959#comment-231512</guid>
		<description>I truly agree with this quote that building a website is like building a home.</description>
		<content:encoded><![CDATA[<p>I truly agree with this quote that building a website is like building a home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Law Firm SEO Tips by SEO Company India</title>
		<link>http://www.paperstreet.com/blog/3593/comment-page-1#comment-231501</link>
		<dc:creator>SEO Company India</dc:creator>
		<pubDate>Sat, 15 Oct 2011 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paperstreet.com/blog/?p=3593#comment-231501</guid>
		<description>It depends on your budget. I have gone to several of his presentations and his stuff is great! He has presented at several search marketing expos for local business.</description>
		<content:encoded><![CDATA[<p>It depends on your budget. I have gone to several of his presentations and his stuff is great! He has presented at several search marketing expos for local business.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

