<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Password Protecting Webspace in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5872#M9384</link>
    <description>&lt;P&gt;Wow Dave that's a very useful post, thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TheOtherOne&lt;/P&gt;</description>
    <pubDate>Sat, 16 May 2009 10:03:21 GMT</pubDate>
    <dc:creator>TheOtherOne</dc:creator>
    <dc:date>2009-05-16T10:03:21Z</dc:date>
    <item>
      <title>Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5865#M9378</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a paid-for BT hosted site and am trying to protect part of this using .htaccess / .htpasswd. I have placed the password file with encrypted password at public (root) and the .htaccess file in the folder I wish to protect. I do get prompted for username / password when I attempt to access the protected folder but the details entered are not recognised.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .htaccess file looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthUserFile /public/myfolder/protected/.htpasswd&lt;BR /&gt;AuthType Basic&lt;BR /&gt;AuthName "Protected Folder"&lt;BR /&gt;Require valid-user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions as to errors in this process would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2009 16:10:26 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5865#M9378</guid>
      <dc:creator>billinswansea</dc:creator>
      <dc:date>2009-05-15T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5866#M9379</link>
      <description>&lt;P&gt;Have you subscribed to the Advanced / Professional web hosting package with BT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.htaccess will only work if you have this package.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2009 16:33:29 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5866#M9379</guid>
      <dc:creator>houdini</dc:creator>
      <dc:date>2009-05-15T16:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5867#M9380</link>
      <description>&lt;P&gt;This is not true houdini.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is the path to the .htpasswd file that is not right. You need to specify the fulll server path to your websace which you will probably not be aware of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Give me your domain name and I will post the correct path for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please confirm where you have placed the .htpassed file as you stated you have placed in in root but your .htaccess file seems to suggest otherwise.&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by dave on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt;15-05-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 07:06 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 May 2009 18:06:11 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5867#M9380</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-05-15T18:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5868#M9381</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just the base hosting package (5 pounds / month) and not the professional (where I could I think protect using the provided management tools).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Domain is &lt;A target="_blank" href="http://www.goweralg.co.uk/"&gt;www.goweralg.co.uk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have (initially) put a trial password file at 'public' level where the index.htm for the site is. Using FTP on login I initially see (secure / public / private / logs and cgi-bin). I wish to protect (say) a 'protected' folder found under 'myfolder' under public as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthUserFile /public/myfolder/protected/.htpasswd&lt;BR /&gt;AuthType Basic&lt;BR /&gt;AuthName "Protected Folder"&lt;BR /&gt;Require valid-user&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2009 05:56:08 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5868#M9381</guid>
      <dc:creator>billinswansea</dc:creator>
      <dc:date>2009-05-16T05:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5869#M9382</link>
      <description>&lt;P&gt;ok, the .htpasswd file can be placed anywhere you like, but the AuthUserFile line in the .htacces file needs to point to the location of the .htpasswd file and not the folder you want to protect (although these may be the same).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the .htaccess file must go in the directory you wish to protect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have placed the .htpasswd file into the root then your AuthUserFile line should read:&lt;/P&gt;&lt;P&gt;AuthUserFile /services/webpages/g/o/goweralg.co.uk/.htpasswd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have placed the .htpasswd file into the actual directory you want to protect then your AuthUserFile line should read:&lt;/P&gt;&lt;P&gt;AuthUserFile /services/webpages/g/o/goweralg.co.uk/public/myfolder/protected/.htpasswd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Anywhere else and hopefully you get the idea!</description>
      <pubDate>Sat, 16 May 2009 07:53:50 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5869#M9382</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-05-16T07:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5870#M9383</link>
      <description>&lt;P&gt;Many thanks for a quick and very clear explanation - I am sure I can work things out from here - though there is no way I could have worked out the AuthUserFile path!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2009 08:06:50 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5870#M9383</guid>
      <dc:creator>billinswansea</dc:creator>
      <dc:date>2009-05-16T08:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5872#M9384</link>
      <description>&lt;P&gt;Wow Dave that's a very useful post, thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TheOtherOne&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2009 10:03:21 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/5872#M9384</guid>
      <dc:creator>TheOtherOne</dc:creator>
      <dc:date>2009-05-16T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/7143#M9385</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;dear dave,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;i followed your directions about the path but had no success. is there anything that I am missing? I have placed the .htpasswd at the root directory and i am using &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthUserFile /services/webpages/g/o/omltd.com/.htpasswd&lt;/P&gt;&lt;P&gt;on my .htaccess, but I cannot go&amp;nbsp;through the login. the domain is omltd.com&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is that right? do I need to enable anything with BT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2009 19:48:49 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/7143#M9385</guid>
      <dc:creator>tasoss</dc:creator>
      <dc:date>2009-07-13T19:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/7144#M9386</link>
      <description>&lt;P&gt;Hello Tassoss,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The AuthUserFile path should read as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthUserFile /services/webpages/o/m/omltd.com/.htpasswd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The webspaces are organised in directories on the server based on the first 2 letters of the domain, which is why yours should be /o/m/omltd.com/ rather than /g/o/omltd.com/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2009 20:05:36 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/7144#M9386</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-07-13T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/18651#M9387</link>
      <description>&lt;P&gt;Hello guys!&lt;/P&gt;&lt;P&gt;Thanks for all the contributions you have done; it helped me in getting closer to the solution. However, after finalising my .htaccess and .htpasswd I am getting some error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My .htpasswd is in the root folder and my .htacess code looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthUserFile /services/webpages/c/a/carmelcrest.co.uk/.htpasswd&lt;BR /&gt;AuthType Basic&lt;BR /&gt;AuthName "Staff Zone"&lt;BR /&gt;Require valid-user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2010 13:27:40 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/18651#M9387</guid>
      <dc:creator>freddiewit</dc:creator>
      <dc:date>2010-12-01T13:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/36505#M9388</link>
      <description>&lt;P&gt;tried all of the aboce and get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Internal Server Error&lt;/P&gt;&lt;P&gt;The server encountered an internal error or misconfiguration and was unable to complete your request.&lt;/P&gt;&lt;P&gt;Please contact the server administrator, or webmaster and inform them of the time the error occurred, and anything you might have done that may have caused the error.&lt;/P&gt;&lt;P&gt;More information about this error may be available in the server error log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when trying to access protected folder when using .htaccess &amp;amp; .htpassword as described. are you sure BT are not restricting this to protect there services?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 13:26:55 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/36505#M9388</guid>
      <dc:creator>futurenets</dc:creator>
      <dc:date>2012-03-09T13:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/38543#M9389</link>
      <description>&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same prolem and got the solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;______________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Orthohin &lt;IMG src="http://imagicon.info/cat/12-1/text-smiley.png" /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Apr 2012 05:51:28 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/38543#M9389</guid>
      <dc:creator>orthohin</dc:creator>
      <dc:date>2012-04-27T05:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protecting Webspace</title>
      <link>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/45420#M9390</link>
      <description>&lt;P&gt;Im trying to password protect a customer login area of my webspace but when i input .htaccess and .htpassword into my public directory it is password protectiong my whole website not the the single page im after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone shed any light on this for me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my .htaccess is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthUserFile public/fleet.html/.htpasswd&lt;BR /&gt;AuthGroupFile /dev/null&lt;BR /&gt;AuthName "Password Protected Area"&lt;BR /&gt;AuthType Basic&lt;/P&gt;&lt;P&gt;&amp;lt;limit GET POST&amp;gt;&lt;BR /&gt;require valid-user&lt;BR /&gt;&amp;lt;/limit&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2012 22:31:55 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Password-Protecting-Webspace/m-p/45420#M9390</guid>
      <dc:creator>jonathan276</dc:creator>
      <dc:date>2012-09-12T22:31:55Z</dc:date>
    </item>
  </channel>
</rss>

