<?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: First Nettuts Tutorial &#8211; .htaccess</title>
	<atom:link href="http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/</link>
	<description>&#039;My humble abode&#039;.sub(/ab/,&#039;c&#039;)</description>
	<lastBuildDate>Wed, 28 Sep 2011 09:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: shin</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-485</link>
		<dc:creator>shin</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-485</guid>
		<description>Thanks for your reply. I hope I will see your article on NETTUTS soon. Actually you answered my next question about the next tutorial. 
Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply. I hope I will see your article on NETTUTS soon. Actually you answered my next question about the next tutorial.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Pecoraro</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-484</link>
		<dc:creator>Joseph Pecoraro</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-484</guid>
		<description>@shin: Thanks for taking the time to read the article.  All too often I get the feeling that people don&#039;t actually read the full article, which is a shame.  Anyways, here are my comments on your questions:

1: Yes, there is both a + and - and they mean show and hide respectively.  However the +/- make modifications to any previous Options declaration.  If there were not +/- then it would completely overwrite the previous declaration.  At least now you can add/remove from the previous declaration without worrying about wiping out something you didn&#039;t know was previously set.  Check out: http://httpd.apache.org/docs/2.0/mod/core.html#options

2: Double Quotes are not needed unless the path contains something like a space character.  Then it is nice to wrap the path in quotes so you don&#039;t have to worry about the space messing up parsing of the directive.  So to be safe you can always use quotes, but if your path doesn&#039;t contain spaces you should be fine without them.

3: Yes, I&#039;m using MAMP on a Mac.  I don&#039;t know what the best path would be.  I would try looking into the global configuration file and observe the file path format that they use for any other commands.  My guess is because you&#039;re on a Windows machine you might need to use Window&#039;s style paths.  Either way, seeing what already works should give you an indicator on what you need to do.

4: I can&#039;t recommend any from personal experience because I myself haven&#039;t used any books.  Everything I&#039;ve learned I&#039;ve done through content on the internet and the official documentation.  I took a quick look on Amazon and this book seems to have gotten good reviews: http://bit.ly/74g4d

Also, I just submitted my next two tutorials on URL Rewriting (mod_rewrite) and GZip Compression.  Hopefully they will get accepted.  I spent over 50 hours working on the mod_rewrite tutorial, which includes the time I spent myself learning many of the small details.  Eventually it got to the point where I felt I had to release something rather then continuing to put it off, so I didn&#039;t have as many examples as I has hoped, but I did produce (what I feel is) the most informative tutorial about mod_rewrite&#039;s syntax.

Once again, I appreciate your feedback.  Cheers!</description>
		<content:encoded><![CDATA[<p>@shin: Thanks for taking the time to read the article.  All too often I get the feeling that people don&#8217;t actually read the full article, which is a shame.  Anyways, here are my comments on your questions:</p>
<p>1: Yes, there is both a + and &#8211; and they mean show and hide respectively.  However the +/- make modifications to any previous Options declaration.  If there were not +/- then it would completely overwrite the previous declaration.  At least now you can add/remove from the previous declaration without worrying about wiping out something you didn&#8217;t know was previously set.  Check out: <a href="http://httpd.apache.org/docs/2.0/mod/core.html#options" rel="nofollow">http://httpd.apache.org/docs/2.0/mod/core.html#options</a></p>
<p>2: Double Quotes are not needed unless the path contains something like a space character.  Then it is nice to wrap the path in quotes so you don&#8217;t have to worry about the space messing up parsing of the directive.  So to be safe you can always use quotes, but if your path doesn&#8217;t contain spaces you should be fine without them.</p>
<p>3: Yes, I&#8217;m using MAMP on a Mac.  I don&#8217;t know what the best path would be.  I would try looking into the global configuration file and observe the file path format that they use for any other commands.  My guess is because you&#8217;re on a Windows machine you might need to use Window&#8217;s style paths.  Either way, seeing what already works should give you an indicator on what you need to do.</p>
<p>4: I can&#8217;t recommend any from personal experience because I myself haven&#8217;t used any books.  Everything I&#8217;ve learned I&#8217;ve done through content on the internet and the official documentation.  I took a quick look on Amazon and this book seems to have gotten good reviews: <a href="http://bit.ly/74g4d" rel="nofollow">http://bit.ly/74g4d</a></p>
<p>Also, I just submitted my next two tutorials on URL Rewriting (mod_rewrite) and GZip Compression.  Hopefully they will get accepted.  I spent over 50 hours working on the mod_rewrite tutorial, which includes the time I spent myself learning many of the small details.  Eventually it got to the point where I felt I had to release something rather then continuing to put it off, so I didn&#8217;t have as many examples as I has hoped, but I did produce (what I feel is) the most informative tutorial about mod_rewrite&#8217;s syntax.</p>
<p>Once again, I appreciate your feedback.  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shin</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-483</link>
		<dc:creator>shin</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-483</guid>
		<description>I am reading your article whole day from 9am. I am a slow reader, it&#039;s 4pm. :-( I am reading links in your articles as well.

May I ask questions?

Q1. Options -Indexes  : Does this - sign indicate to hide and + sign indicate show?

Q2. I have a problem with the following.
# This you must edit.  It is the absolute path to the .htpasswd file.  
AuthUserFile /path/to/.htpasswd

In the source file you provided has &quot; double quotes before and after the path. Acturall double quotes in AuthName as well. Do I need this double quote?  

Q3. Regarding the same code as above. I am using XAMPP. I could see from your screen shot that you must be using Mamp or something. Because it has localhost. Now my problem is that I am not able to work it. I think the problem is with path to the .htpasswd. I have this file in C:\xampp\htdocs\htaccessfiles directory. I tried all sorts of things like /.htpasswd, /.htaccessfiles/.htpasswd, etc. with no success. If you have any idea to the absolute path, could you tell me please.

Q4. I have not finished your article yet, but can you suggest a book or two to read to learn more?

Thanks for your article, I learnt many thing today. :-)</description>
		<content:encoded><![CDATA[<p>I am reading your article whole day from 9am. I am a slow reader, it&#8217;s 4pm. :-( I am reading links in your articles as well.</p>
<p>May I ask questions?</p>
<p>Q1. Options -Indexes  : Does this &#8211; sign indicate to hide and + sign indicate show?</p>
<p>Q2. I have a problem with the following.<br />
# This you must edit.  It is the absolute path to the .htpasswd file.<br />
AuthUserFile /path/to/.htpasswd</p>
<p>In the source file you provided has &#8221; double quotes before and after the path. Acturall double quotes in AuthName as well. Do I need this double quote?  </p>
<p>Q3. Regarding the same code as above. I am using XAMPP. I could see from your screen shot that you must be using Mamp or something. Because it has localhost. Now my problem is that I am not able to work it. I think the problem is with path to the .htpasswd. I have this file in C:\xampp\htdocs\htaccessfiles directory. I tried all sorts of things like /.htpasswd, /.htaccessfiles/.htpasswd, etc. with no success. If you have any idea to the absolute path, could you tell me please.</p>
<p>Q4. I have not finished your article yet, but can you suggest a book or two to read to learn more?</p>
<p>Thanks for your article, I learnt many thing today. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-466</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sat, 04 Jul 2009 21:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-466</guid>
		<description>Thanks for this Joseph, will come in handy - it seems to me that we&#039;ve got to a stage where the majority of people can perform these htaccess functions through the use of software / their web host control panel, but don&#039;t neccessarily know how to write the actual code themselves - fine for when it works, but leaves them stuck when it inevitably breaks at some stage.</description>
		<content:encoded><![CDATA[<p>Thanks for this Joseph, will come in handy &#8211; it seems to me that we&#8217;ve got to a stage where the majority of people can perform these htaccess functions through the use of software / their web host control panel, but don&#8217;t neccessarily know how to write the actual code themselves &#8211; fine for when it works, but leaves them stuck when it inevitably breaks at some stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Pecoraro</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-436</link>
		<dc:creator>Joseph Pecoraro</dc:creator>
		<pubDate>Thu, 14 May 2009 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-436</guid>
		<description>@martin: Thanks for the support.  I didn&#039;t really expect the overwhelming responses from the Nettuts tutorial.  Its very cool.

As for the Unix Tutorial, its now three years old!  Its actually one of my first websites and its due for an update.  I&#039;ll see if I can get around to updating it not only feature wise (comments) but also with new content.  I&#039;ve learned a lot since I wrote that.  Heck, I wrote that when I was learning to use Unix myself!

Cheers.</description>
		<content:encoded><![CDATA[<p>@martin: Thanks for the support.  I didn&#8217;t really expect the overwhelming responses from the Nettuts tutorial.  Its very cool.</p>
<p>As for the Unix Tutorial, its now three years old!  Its actually one of my first websites and its due for an update.  I&#8217;ll see if I can get around to updating it not only feature wise (comments) but also with new content.  I&#8217;ve learned a lot since I wrote that.  Heck, I wrote that when I was learning to use Unix myself!</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-435</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 13 May 2009 22:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-435</guid>
		<description>btw: it would be great to be able to comment the unix tutorial ;)</description>
		<content:encoded><![CDATA[<p>btw: it would be great to be able to comment the unix tutorial ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blog.bogojoker.com/2009/05/first-nettuts-tutorial-htaccess/comment-page-1/#comment-434</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 13 May 2009 22:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bogojoker.com/?p=776#comment-434</guid>
		<description>hey im coming from nettuts and i have to say that your tutorial is quite good.
its not one of these psd2html tuts that come up every week.

your unix tutorial is great too. 

keep up the good work!</description>
		<content:encoded><![CDATA[<p>hey im coming from nettuts and i have to say that your tutorial is quite good.<br />
its not one of these psd2html tuts that come up every week.</p>
<p>your unix tutorial is great too. </p>
<p>keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

