<?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: Can I make this secure?</title>
	<link>http://ask.metafilter.com/86874/Can-I-make-this-secure/</link>
	<description>Comments on Ask MetaFilter post Can I make this secure?</description>
	<pubDate>Sun, 23 Mar 2008 20:00:47 -0800</pubDate>
	<lastBuildDate>Sun, 23 Mar 2008 20:00:47 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can I make this secure?</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure</link>	
		<description>Is there an easy way for a non we-savvy person to create a password-protected url on which to demo a website before taking it &quot;live?&quot; &lt;br /&gt;&lt;br /&gt; I have had an outside contractor develop a website for a client, and I want to be able to demo the site securely before taking it live.  If I buy a domain and pay for hosting, is there an easy way that I make it require a password to view any web pages that are hosted there?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.86874</guid>
		<pubDate>Sun, 23 Mar 2008 19:54:06 -0800</pubDate>
		<dc:creator>Ignatius J. Reilly</dc:creator>
		
			<category>password</category>
		
			<category>domain</category>
		
			<category>url</category>
		
			<category>demo</category>
		
			<category>easy</category>
		
	</item> <item>
		<title>By: Fuzzy Skinner</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281423</link>	
		<description>Many, if not most, web hosts allow the ability to password-protect a directory. The web hosting control panel should have a tool for this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281423</guid>
		<pubDate>Sun, 23 Mar 2008 20:00:47 -0800</pubDate>
		<dc:creator>Fuzzy Skinner</dc:creator>
	</item><item>
		<title>By: Ky</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281427</link>	
		<description>An easier method without the use of username/password is to first protect the main domain with an INDEX so that subdirectories can&apos;t be viewed. Then you can create a subdirectory with a long, unguessable name that only people who know the URL can view.&lt;br&gt;
&lt;br&gt;
Example: &lt;br&gt;
&lt;br&gt;
http://www.yourdomain.com/testsitefor2008blah&lt;br&gt;
&lt;br&gt;
In www.yourdomain.com, you would place a blank INDEX file such as &lt;strong&gt;index.html&lt;/strong&gt;:&lt;br&gt;
&lt;br&gt;
&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;This is a blank index.&amp;lt;/title&amp;gt;&lt;br&gt;
&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
How this works: All browsers look for a default index file (e.g. index.php or index.html or index.htm, etc.). If you create a blank HTML file with an index name, the user can surf to yourdomain.com but only sees a blank page. Without links going anywhere, and without knowing the exact name of your custom subdirectory, no one can possibly find it (so long as you really don&apos;t link it anywhere, such as posting to a forum).&lt;br&gt;
&lt;br&gt;
Just remember to delete the custom subdirectory when the site goes live, along with the blank INDEX page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281427</guid>
		<pubDate>Sun, 23 Mar 2008 20:09:55 -0800</pubDate>
		<dc:creator>Ky</dc:creator>
	</item><item>
		<title>By: Ky</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281437</link>	
		<description>I should note that if you wanted everything absolutely ready for quick publishing, then using the web host&apos;s online services for password protection certainly is the best way since you need only remove the password with the online tool. Be sure that the host you pick has the service, though, otherwise you may need to edit .htaccess files (on Apache servers). &lt;br&gt;
&lt;br&gt;
The blank-index trick is useful for testing specific pages if you&apos;re not worried about the time it takes to reupload an entire site to the main domain.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281437</guid>
		<pubDate>Sun, 23 Mar 2008 20:16:50 -0800</pubDate>
		<dc:creator>Ky</dc:creator>
	</item><item>
		<title>By: twiggy</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281563</link>	
		<description>Just to clarify a minor thing from Ky that may sound nitpicky, but matters...&lt;br&gt;
&lt;br&gt;
It&apos;s not browsers that look for a default index file.  It&apos;s the webserver that looks for that.  &lt;br&gt;
&lt;br&gt;
The reason this is relevant is that you can&apos;t just go through the list of possible index files (index.htm, index.html, index.php, index.asp) and expect that a browser will look for all of them and find whichever one you create.  You&apos;ll need to know from your webhost what default index filenames are set up there to take advantage of this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281563</guid>
		<pubDate>Sun, 23 Mar 2008 23:03:15 -0800</pubDate>
		<dc:creator>twiggy</dc:creator>
	</item><item>
		<title>By: Pronoiac</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281621</link>	
		<description>You might put the long URL into a subdirectory, &amp;amp; put the subdirectory into robots.txt as not-to-be-spidered.  Instead of re-uploading, too, just move it if you have shell access.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281621</guid>
		<pubDate>Mon, 24 Mar 2008 01:52:43 -0800</pubDate>
		<dc:creator>Pronoiac</dc:creator>
	</item><item>
		<title>By: inigo2</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281696</link>	
		<description>&lt;i&gt;You might put the long URL into a subdirectory, &amp;amp; put the subdirectory into robots.txt as not-to-be-spidered.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
It&apos;s my understanding (correct me if I&apos;m wrong) that people sometimes look in the robots.txt specifically to find things that are hidden like that. As noted above, if you name the directory something unguessable, then it won&apos;t be spidered either. In theory.  Password protecting is the safest bet.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281696</guid>
		<pubDate>Mon, 24 Mar 2008 06:22:56 -0800</pubDate>
		<dc:creator>inigo2</dc:creator>
	</item><item>
		<title>By: Pronoiac</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281908</link>	
		<description>Yes, if it shows up in robots.txt, it&apos;s sorta public, so put the random one another directory deeper within that don&apos;t-spider directory, if that&apos;s more clear.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281908</guid>
		<pubDate>Mon, 24 Mar 2008 10:18:49 -0800</pubDate>
		<dc:creator>Pronoiac</dc:creator>
	</item><item>
		<title>By: SlyBevel</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281909</link>	
		<description>The above, rephrased for those who are non-webby, such as Ted Stevens:&lt;br&gt;
&lt;br&gt;
The Internet is a series of tubes. If you set up a page (one tube) with nothing else linking to it (other tubes), then there&apos;s no way for users to flow to your non-connected page. Unless someone accidentally finds your tube and makes connections for you. &lt;br&gt;
&lt;br&gt;
So if you don&apos;t want your tubes connected to other tubes, hide them well. And don&apos;t let any cats in them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281909</guid>
		<pubDate>Mon, 24 Mar 2008 10:18:55 -0800</pubDate>
		<dc:creator>SlyBevel</dc:creator>
	</item><item>
		<title>By: Ky</title>
		<link>http://ask.metafilter.com/86874/Can-I-make-this-secure#1281976</link>	
		<description>Twiggy is absolutely right there. Sorry for the misinformation. :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86874-1281976</guid>
		<pubDate>Mon, 24 Mar 2008 11:25:43 -0800</pubDate>
		<dc:creator>Ky</dc:creator>
	</item>
	</channel>
</rss>
