<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031790" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031790</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creating-simple-authentication-folder-my-server#comment-1186341</link>
    <description> &lt;p&gt;I agree with Tim. I have a control panel with my hosting company and it takes 30 seconds to password protect any of my folders. You can also download PHP or CGI scripts for setting up Password. &lt;/p&gt;
&lt;p&gt;If you need a script. Heres one at &lt;a href=&quot;http://www.maaking.com/index.php?loadpage=scripts&quot; class=&quot;bb-url&quot;&gt;http://www.maaking.com/index.php?loadpage=scripts&lt;/a&gt; look for Users Login System (BETA).&lt;/p&gt;
&lt;p&gt;Its free.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Nov 2005 17:03:22 +0000</pubDate>
 <dc:creator>lex</dc:creator>
 <guid isPermaLink="false">comment 1186341 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creating-simple-authentication-folder-my-server#comment-1186318</link>
    <description> &lt;p&gt;Do you have some sort of control panel software on your server? Normally there&#039;s either a &quot;password protect&quot; option in there, or you may have to go through your control panel&#039;s file manager and protect it through there.&lt;/p&gt;
&lt;p&gt;Forgive me, I&#039;m not familiar with putty, except the silly kind. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Nov 2005 13:54:24 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1186318 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creating-simple-authentication-folder-my-server#comment-1186317</link>
    <description> &lt;p&gt;Actually, access is restricted by directory so all files in the same directory will be protected.&lt;/p&gt;
&lt;p&gt;The file .htaccess.&lt;br /&gt;
This file should be in the directory which contains the documents to restrict access to. The contents of this file specify the name of the password file.&lt;/p&gt;
&lt;p&gt;For example if you were user jdoe with web documents in the local directory &quot;/home/jdoe/public_html/goodstuff&quot; that you wanted to restrict access to, your .htaccess might look like:&lt;/p&gt;
&lt;p&gt;AuthUserFile /home/jdoe/public_html/goodstuff/.htpasswd&lt;br /&gt;
AuthName jdoe_goodstuff&lt;br /&gt;
AuthType Basic&lt;/p&gt;
&lt;p&gt;require valid-user&lt;/p&gt;
&lt;p&gt;Note that .htaccess will not work if there are extra spaces after AuthUserFile.&lt;/p&gt;
&lt;p&gt;The file .htpasswd.&lt;br /&gt;
This file contains the passwords of the users.&lt;/p&gt;
&lt;p&gt;To create the .htpasswd file log in to this server using telnet, change directory to the directory you want to restrict access to, and type:&lt;/p&gt;
&lt;p&gt;htpasswd -c .htpasswd someuser&lt;/p&gt;
&lt;p&gt;for the first user (where someuser is the username). You will then be prompted twice for the user&#039;s password. The -c option causes the .htpasswd file to be created. For each additional user type:&lt;/p&gt;
&lt;p&gt;htpasswd .htpasswd someuser&lt;/p&gt;
&lt;p&gt;NOTE: There is no correspondence between the usernames and passwords used for accounts on this server and usernames and passwords in any specific .htpasswd file. A user doesn&#039;t need to have an account on this system in order to be validated for access to files protected by HTTP-based authentication.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Nov 2005 13:53:41 +0000</pubDate>
 <dc:creator>StarChaser</dc:creator>
 <guid isPermaLink="false">comment 1186317 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
