<?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: Beginners Guide to .htaccess File with Examples</title>
	<atom:link href="http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/</link>
	<description>Blogging on Software Reviews, Hardware, Downloads, Technology, Search Engines, AdSense, AdWords, Firefox, Windows, HowTo, Tips and Tricks, SEO, programming and web 2.0</description>
	<lastBuildDate>Thu, 21 Jan 2010 12:40:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Basic htaccess &#171; 0ddn1x: tricks with *nix</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-6755</link>
		<dc:creator>Basic htaccess &#171; 0ddn1x: tricks with *nix</dc:creator>
		<pubDate>Sun, 12 Aug 2007 19:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-6755</guid>
		<description>[...] Basic&#160;htaccess Filed under: Uncategorized &#8212; 0ddn1x @ 2007-08-12 19:18:46 +0000   http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Basic&nbsp;htaccess Filed under: Uncategorized &#8212; 0ddn1x @ 2007-08-12 19:18:46 +0000   <a href="http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/" rel="nofollow">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Meshier &#187; Preventing image hotlinking with htaccess</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-3850</link>
		<dc:creator>Brent Meshier &#187; Preventing image hotlinking with htaccess</dc:creator>
		<pubDate>Thu, 12 Apr 2007 00:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-3850</guid>
		<description>[...] beginners guide to .htaccess can be found here.   Share and Enjoy: These icons link to social bookmarking sites where readers can share and [...]</description>
		<content:encoded><![CDATA[<p>[...] beginners guide to .htaccess can be found here.   Share and Enjoy: These icons link to social bookmarking sites where readers can share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-3412</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Thu, 05 Apr 2007 17:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-3412</guid>
		<description>You&#039;re Welcome :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re Welcome <img src='http://www.bloghash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morganusvitus</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-3399</link>
		<dc:creator>morganusvitus</dc:creator>
		<pubDate>Thu, 05 Apr 2007 13:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-3399</guid>
		<description>The site looks great ! Thanks for all your help ( past, present and future !)</description>
		<content:encoded><![CDATA[<p>The site looks great ! Thanks for all your help ( past, present and future !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-2892</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 21 Mar 2007 19:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-2892</guid>
		<description>Hi Allan,
I am glad you liked this article. Whenever a folder is called, could be a root folder, the htaccess file is picked up and processed every time. It certainly demands processing power and if your htaccess file is significantly larger, it will require greater processing time. A file of few kilobytes in size does not matter so much, but if your site receives lot of traffic, then in that case, instead of having a common htaccess file, it would be better to have specific htaccess file in the folder. Example: If you want to prevent image hot linking, instead of putting the file in root, have a htaccess file in the images folder only and for the purpose of preventing hot linking. [You can still have a htaccess in root if your site does not get thousands of requests a day]</description>
		<content:encoded><![CDATA[<p>Hi Allan,<br />
I am glad you liked this article. Whenever a folder is called, could be a root folder, the htaccess file is picked up and processed every time. It certainly demands processing power and if your htaccess file is significantly larger, it will require greater processing time. A file of few kilobytes in size does not matter so much, but if your site receives lot of traffic, then in that case, instead of having a common htaccess file, it would be better to have specific htaccess file in the folder. Example: If you want to prevent image hot linking, instead of putting the file in root, have a htaccess file in the images folder only and for the purpose of preventing hot linking. [You can still have a htaccess in root if your site does not get thousands of requests a day]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-2891</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 21 Mar 2007 18:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-2891</guid>
		<description>Thanks for the tutorial. I&#039;ve had a couple of problems with hotlinkers. I&#039;m going to try to apply your htaccess method to block them. I mean, if you want to use the content, at least upload it to your own server and stop using my precious expensive bandwidth! I have one question. You say that if I place the htaccess file in one directory, the rules will apply to all subdirectories and subdirectories of those directories below it. I actually have a large htaccess file. When Apache parses it, does it use a lot of processing power? Since my large htaccess file is in the public_html folder, will that slow down my server?

Thanks
Allan
&lt;a href=&quot;http://www.hackernotcracker.com&quot; rel=&quot;nofollow&quot;&gt;hacker not cracker&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I&#8217;ve had a couple of problems with hotlinkers. I&#8217;m going to try to apply your htaccess method to block them. I mean, if you want to use the content, at least upload it to your own server and stop using my precious expensive bandwidth! I have one question. You say that if I place the htaccess file in one directory, the rules will apply to all subdirectories and subdirectories of those directories below it. I actually have a large htaccess file. When Apache parses it, does it use a lot of processing power? Since my large htaccess file is in the public_html folder, will that slow down my server?</p>
<p>Thanks<br />
Allan<br />
<a href="http://www.hackernotcracker.com" rel="nofollow">hacker not cracker</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-2288</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 14 Feb 2007 20:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-2288</guid>
		<description>robots.txt is a file commonly found on all web server and primarily used as an exclusion mechanism. Suppose, you don&#039;t want certain directories to be included by search engines in their index, you can put those directories in robots.txt and search engines will not index them. This link (http://googleblog.blogspot.com/2007/02/about-copiepresse-decision.html) may be of your interest. And also this one -&gt; http://www.bloghash.com/2006/11/robotstxt-exclusion-implementation-guide/</description>
		<content:encoded><![CDATA[<p>robots.txt is a file commonly found on all web server and primarily used as an exclusion mechanism. Suppose, you don&#8217;t want certain directories to be included by search engines in their index, you can put those directories in robots.txt and search engines will not index them. This link (<a href="http://googleblog.blogspot.com/2007/02/about-copiepresse-decision.html" rel="nofollow">http://googleblog.blogspot.com/2007/02/about-copiepresse-decision.html</a>) may be of your interest. And also this one -> <a href="http://www.bloghash.com/2006/11/robotstxt-exclusion-implementation-guide/" rel="nofollow">http://www.bloghash.com/2006/11/robotstxt-exclusion-implementation-guide/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recruiting solution</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-2286</link>
		<dc:creator>Recruiting solution</dc:creator>
		<pubDate>Wed, 14 Feb 2007 20:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-2286</guid>
		<description>what is the importance of robots.txt file in a web page in search engine point of view 
and why we will add it ?</description>
		<content:encoded><![CDATA[<p>what is the importance of robots.txt file in a web page in search engine point of view<br />
and why we will add it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1975</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 09 Feb 2007 18:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1975</guid>
		<description>Hey Inder,
I have sent you an email with information. - Raj</description>
		<content:encoded><![CDATA[<p>Hey Inder,<br />
I have sent you an email with information. &#8211; Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inder</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1973</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Fri, 09 Feb 2007 17:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1973</guid>
		<description>Hi Raj,

Where r u from what is your profile job details</description>
		<content:encoded><![CDATA[<p>Hi Raj,</p>
<p>Where r u from what is your profile job details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1917</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Thu, 08 Feb 2007 21:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1917</guid>
		<description>Hi Inder,

#1. Using Metatags for keywords should not make any difference as such as most of the search engines give least importance to meta tags based keywords. But, since on Internet, Search Engines treat each page as a single entity, you might want to make sure that every page of yours has different keywords based on the respective content. An example would be if your site is about automobiles, and consists of two pages, one for Benz cars and second for Truck, then consider having keywords as &quot;cars, benz&quot; for first page on cars and &quot;trcuks, heavy trucks&quot; for the second page. That should be fine. However, if you are using keywords, I would recommend using more than just few keywords. Identify the keywords in your pages, number of times they are repeated and use them.

#2. Having your domain with or without www should not make any difference from search engine&#039;s point of view. However, sometimes, you might see difference in number of pages indexed, backlinks etc when compared to with and without www. I use htaccess to detect an incoming request for non www request and return www.bloghash.com without appropriate header codes. See the second part of this article which has an example for redirecting a non www to www.domain.com ... lemme know if this helps..

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Inder,</p>
<p>#1. Using Metatags for keywords should not make any difference as such as most of the search engines give least importance to meta tags based keywords. But, since on Internet, Search Engines treat each page as a single entity, you might want to make sure that every page of yours has different keywords based on the respective content. An example would be if your site is about automobiles, and consists of two pages, one for Benz cars and second for Truck, then consider having keywords as &#8220;cars, benz&#8221; for first page on cars and &#8220;trcuks, heavy trucks&#8221; for the second page. That should be fine. However, if you are using keywords, I would recommend using more than just few keywords. Identify the keywords in your pages, number of times they are repeated and use them.</p>
<p>#2. Having your domain with or without www should not make any difference from search engine&#8217;s point of view. However, sometimes, you might see difference in number of pages indexed, backlinks etc when compared to with and without www. I use htaccess to detect an incoming request for non www request and return <a href="http://www.bloghash.com" rel="nofollow">http://www.bloghash.com</a> without appropriate header codes. See the second part of this article which has an example for redirecting a non www to <a href="http://www.domain.com" rel="nofollow">http://www.domain.com</a> &#8230; lemme know if this helps..</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inder</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1916</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Thu, 08 Feb 2007 20:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1916</guid>
		<description>Hi Raj

how my domain will take automatically www. in browser how .htaccess plays role to make it and will it make any difference if my site will open without www please let me know</description>
		<content:encoded><![CDATA[<p>Hi Raj</p>
<p>how my domain will take automatically www. in browser how .htaccess plays role to make it and will it make any difference if my site will open without www please let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inder</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1914</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Thu, 08 Feb 2007 20:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1914</guid>
		<description>In search engine point of view is there any problem if there is only three key words in my keyword tag. will it effect on search engine ranking or SERP result.</description>
		<content:encoded><![CDATA[<p>In search engine point of view is there any problem if there is only three key words in my keyword tag. will it effect on search engine ranking or SERP result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1783</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Tue, 06 Feb 2007 17:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1783</guid>
		<description>Jack, htaccess can be used to grant access on folder-by-folder basis. I would recommend you NOT to use htaccess for user management within the site but rather use it only to give access to folders in the site.

Example: yoursite.com/members/  -- Here if someone opens that URL, you can use htaccess to grant access to files within that folder, but I think for your membership site, you may want some sessions and cookies management as well. You should consider mysql based user management for that. If you need help with security management in your site, do drop in an email to rajATbloghashDOTcom and I will try to help you best I can.

Cheers !</description>
		<content:encoded><![CDATA[<p>Jack, htaccess can be used to grant access on folder-by-folder basis. I would recommend you NOT to use htaccess for user management within the site but rather use it only to give access to folders in the site.</p>
<p>Example: yoursite.com/members/  &#8212; Here if someone opens that URL, you can use htaccess to grant access to files within that folder, but I think for your membership site, you may want some sessions and cookies management as well. You should consider mysql based user management for that. If you need help with security management in your site, do drop in an email to rajATbloghashDOTcom and I will try to help you best I can.</p>
<p>Cheers !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/comment-page-2/#comment-1781</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 06 Feb 2007 16:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/#comment-1781</guid>
		<description>We have a membership site that was created in php and uses null.html then skip to main.php as the home page. username and password were created by our programmer. But, he has left and the site has some suthencation problems. Security is oue main priority. Can htaccess be used with a system that has an established username / password system? You comments are appreciated Thanks!</description>
		<content:encoded><![CDATA[<p>We have a membership site that was created in php and uses null.html then skip to main.php as the home page. username and password were created by our programmer. But, he has left and the site has some suthencation problems. Security is oue main priority. Can htaccess be used with a system that has an established username / password system? You comments are appreciated Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
