<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to password protect a web site?</title>
	<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site/</link>
	<description>Comments on Ask MetaFilter post How to password protect a web site?</description>
	<pubDate>Tue, 17 Jul 2007 23:39:36 -0800</pubDate>
	<lastBuildDate>Tue, 17 Jul 2007 23:39:36 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to password protect a web site?</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site</link>	
		<description>I only want some specific people to be able to read my family website, so I have a two-pronged website password protection question. &lt;br /&gt;&lt;br /&gt; I would like to password-protect a website run by Wordpress. It shouldn&apos;t be indexable or searchable or even readable to anybody who doesn&apos;t know the password I&apos;d send out to the people who would read it-- basically a family blog, for just the family and friends to read.&lt;br&gt;
&lt;br&gt;
First, ideally the front page should just have one password field to fill out, and then they&apos;d click okay and be able to do everything like it wasn&apos;t password protected-- no special user page or anything, which is what I get when I sign in to Wordpress with a &quot;subscriber&quot; account.&lt;br&gt;
&lt;br&gt;
Second, I&apos;d like for people to only have to fill in the password box once. It&apos;d be nice if their putting in the right password would approve their IP address to read it, so every time they came back on that computer it&apos;d skip right to the normal web site.&lt;br&gt;
&lt;br&gt;
So, all that family or friends would have to do to read it would be to have the address bookmarked and enter the password once.&lt;br&gt;
&lt;br&gt;
Are either of these things possible, and if so, what&apos;s the easiest way to do them? Failing that, any other possibilities are welcome.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.67225</guid>
		<pubDate>Tue, 17 Jul 2007 23:35:05 -0800</pubDate>
		<dc:creator>freddymungo</dc:creator>
		
			<category>wordpress</category>
		
			<category>internet</category>
		
			<category>password</category>
		
			<category>protect</category>
		
			<category>website</category>
		
			<category>ip</category>
		
			<category>address</category>
		
			<category>family</category>
		
	</item> <item>
		<title>By: null terminated</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007384</link>	
		<description>&lt;a href=&quot;http://engr.oregonstate.edu/computing/web/43&quot;&gt;Basic Authentication&lt;/a&gt; has the benefit of allowing access in the form:&lt;br&gt;
&lt;br&gt;
http://user:pass@yoursite.com&lt;br&gt;
&lt;br&gt;
If you set this up using .htaccess, you could fill out the username and password and give your friends and family the link with the username/password already entered. No one else would be able to access the site and the people you gave the link to would never need to enter the password.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007384</guid>
		<pubDate>Tue, 17 Jul 2007 23:39:36 -0800</pubDate>
		<dc:creator>null terminated</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007386</link>	
		<description>Don&apos;t tie authentication to an IP address.  If any of your intended users are on dynamically assigned IP&apos;s, Bad Things will happen.  Use a cookie, just like Mefi does.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007386</guid>
		<pubDate>Tue, 17 Jul 2007 23:49:06 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: freddymungo</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007387</link>	
		<description>I use Filezilla so the tutorial lost me at creating the .htpasswd file. Other than that, it seems to be just what I&apos;m looking for...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007387</guid>
		<pubDate>Tue, 17 Jul 2007 23:50:35 -0800</pubDate>
		<dc:creator>freddymungo</dc:creator>
	</item><item>
		<title>By: KokuRyu</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007390</link>	
		<description>This is a great thread. I&apos;m also trying to set up a blog that is only visible to certain users, but the password-per-post method seems fairly inelegant.&lt;br&gt;
&lt;br&gt;
I know that Vox has better privacy controls than does WordPress, but Vox&apos;s UI is kind of...dumb looking.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007390</guid>
		<pubDate>Tue, 17 Jul 2007 23:58:33 -0800</pubDate>
		<dc:creator>KokuRyu</dc:creator>
	</item><item>
		<title>By: null terminated</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007392</link>	
		<description>freedymungo: There are a few online tools that will generate the data needed to put in the .htpasswd file.&lt;br&gt;
&lt;a href=&quot;http://www.4webhelp.net/us/password.php&quot;&gt;&lt;br&gt;
Here&apos;s one.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
That will let you generate a username and password pair. If you copy that into a file named .htpasswd and make sure the htaccess file points to it, it should work.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007392</guid>
		<pubDate>Wed, 18 Jul 2007 00:00:53 -0800</pubDate>
		<dc:creator>null terminated</dc:creator>
	</item><item>
		<title>By: null terminated</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007393</link>	
		<description>&lt;a href=&quot;http://webnet77.com/cgi-bin/helpers/htaccess.cgi&quot;&gt;Another helper site&lt;/a&gt;. &lt;a href=&quot;http://www.quentinsagerconsulting.com/utilities/htpasswd.php&quot;&gt;One more&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007393</guid>
		<pubDate>Wed, 18 Jul 2007 00:02:46 -0800</pubDate>
		<dc:creator>null terminated</dc:creator>
	</item><item>
		<title>By: dance</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007424</link>	
		<description>@null terminated&lt;br&gt;
&lt;br&gt;
Hasn&apos;t IE had inURL user:pass login disabled since 2005? Not that I&apos;m an IE user, but freddymungo&apos;s family/friends could be.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007424</guid>
		<pubDate>Wed, 18 Jul 2007 01:31:03 -0800</pubDate>
		<dc:creator>dance</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007527</link>	
		<description>It looks like there are a few &lt;a href=&quot;http://wp-plugins.net/&quot;&gt;Wordpress plugins&lt;/a&gt; that do add this feature, basically by taking advantage of the user-level feature that is built into Wordpress (but easy to overlook). &lt;a href=&quot;http://fortes.com/projects/wordpress/postlevels/&quot;&gt;This one&lt;/a&gt; seems pretty flexible. You can restrict certain categories to certain user levels, which seems like the easiest &quot;fire and forget&quot; method.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007527</guid>
		<pubDate>Wed, 18 Jul 2007 06:49:25 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: jon4009</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007529</link>	
		<description>&lt;i&gt;Hasn&apos;t IE had inURL user:pass login disabled since 2005? Not that I&apos;m an IE user, but freddymungo&apos;s family/friends could be.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Yep it&apos;s been disabled for a long while.  See &lt;a href=&quot;http://support.microsoft.com/kb/834489&quot;&gt;this page&lt;/a&gt; for their explanation.  You can re-enable it with a registry hack (described on the page) but I don&apos;t think that&apos;s advisable for his target audience :)&lt;br&gt;
&lt;br&gt;
As for original question, you could always use LiveJournal or something similar; it allows you to restrict posts to groups of users, and already takes care of the whole authentication thing for you.  I have a feeling they may even support using your own domain name, if that&apos;s what you&apos;re after.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007529</guid>
		<pubDate>Wed, 18 Jul 2007 06:54:58 -0800</pubDate>
		<dc:creator>jon4009</dc:creator>
	</item><item>
		<title>By: null terminated</title>
		<link>http://ask.metafilter.com/67225/How-to-password-protect-a-web-site#1007589</link>	
		<description>dance: Thanks, I didn&apos;t know that. Nevermind then.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67225-1007589</guid>
		<pubDate>Wed, 18 Jul 2007 07:54:05 -0800</pubDate>
		<dc:creator>null terminated</dc:creator>
	</item>
	</channel>
</rss>
