<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017795" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017795</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104231</link>
    <description> &lt;p&gt;Ahh... thanks for posting that.&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Mar 2002 16:56:28 +0000</pubDate>
 <dc:creator>doublehelix</dc:creator>
 <guid isPermaLink="false">comment 1104231 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>i finally found the answer guys</title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104127</link>
    <description> &lt;p&gt;here it is&lt;/p&gt;
&lt;p&gt;in the restricted directory use files command like this&lt;/p&gt;
&lt;p&gt;.&lt;br /&gt;
..&lt;br /&gt;
..&lt;/p&gt;
&lt;p&gt; -- any file that ends with that string&lt;br /&gt;
Satisfy any&lt;br /&gt;
Allow from all&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Mar 2002 17:15:08 +0000</pubDate>
 <dc:creator>chinafish</dc:creator>
 <guid isPermaLink="false">comment 1104127 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104056</link>
    <description> &lt;p&gt;well, I&#039;ve never tried this but...&lt;/p&gt;
&lt;p&gt;there is the FilesMatch which allows you to use regular expressions in a file container. Soooo...&lt;/p&gt;
&lt;p&gt;.&lt;br /&gt;
.&lt;br /&gt;
.&lt;/p&gt;
&lt;p&gt;would match just the index dot whatever file. Can you put an AllowsOverride inside that container then? Not sure to be honest.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 21:41:44 +0000</pubDate>
 <dc:creator>doublehelix</dc:creator>
 <guid isPermaLink="false">comment 1104056 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>restricted directory</title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104047</link>
    <description> &lt;p&gt;heres the situation:&lt;/p&gt;
&lt;p&gt;i have a directory which has html pages in it.&lt;br /&gt;
and one of the html page is index page where it has links to other html pages.&lt;/p&gt;
&lt;p&gt;we have restricted the directory, so that only users who has valid id and password can enter (checks users and password in oracle database, using mod_auth_oracle).&lt;/p&gt;
&lt;p&gt;what i want is i want the index page to be viewable without asking  for id/password. i cant move the index page out of this directory.&lt;/p&gt;
&lt;p&gt;hope this makes sense.&lt;/p&gt;
&lt;p&gt;thanks for all the inputs&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 20:39:30 +0000</pubDate>
 <dc:creator>chinafish</dc:creator>
 <guid isPermaLink="false">comment 1104047 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104043</link>
    <description> &lt;p&gt;Yeah, I initially tried the using the location directive to accomplish what you are trying to do. It appeared to work with the allow from option. But after a little more testing, it didn&#039;t. Maybe we should change the direction that this is going by explaining what exactly you are trying to accomplish. What is in the directory, etc?&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 20:04:15 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1104043 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>i agree! but how do we lock all other except this file?</title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104037</link>
    <description> &lt;p&gt;how do i do the inverse? they are too many files&lt;br /&gt;
how to say &quot;if not equal to&quot; ?&lt;/p&gt;
&lt;p&gt;thanks for the input&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 19:38:44 +0000</pubDate>
 <dc:creator>chinafish</dc:creator>
 <guid isPermaLink="false">comment 1104037 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104036</link>
    <description> &lt;p&gt;Maybe you have to do the inverse using files. Unlock the directory, and then use files to protect all of the other files in it.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 19:27:49 +0000</pubDate>
 <dc:creator>doublehelix</dc:creator>
 <guid isPermaLink="false">comment 1104036 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>thanks ! i will try but...</title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104034</link>
    <description> &lt;p&gt;... &quot;url link&quot;? doesn&#039;t &quot;Allow&quot; always have to be followed by &quot;from&quot;? I thought the arguments &quot;Allow&quot; accepted were &quot;all&quot;, a host definition, or an environment variable?&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 18:46:44 +0000</pubDate>
 <dc:creator>chinafish</dc:creator>
 <guid isPermaLink="false">comment 1104034 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104033</link>
    <description> &lt;p&gt;I haven&#039;t really tested this out so I don&#039;t know how well it will work but here is a try:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Location &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;d:\Program Files\Apache Group\Apache\htdocs\xyg\&quot;&amp;gt; &lt;br /&gt;Order Deny, Allow&lt;br /&gt;Deny from all&lt;br /&gt;Allow url link&lt;br /&gt;&amp;lt;/Directory&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 18:36:39 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1104033 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-gurus-please-help-me-restricting-directories#comment-1104030</link>
    <description> &lt;p&gt;We are using the  following &lt;/p&gt;
&lt;p&gt;Auth_Ora_home d:\orant&lt;br /&gt;
Auth_Ora_dbuser userid&lt;br /&gt;
Auth_Ora_dbpasswd password&lt;br /&gt;
Auth_Ora_encrypted off&lt;br /&gt;
Auth_Ora_nopasswd off&lt;br /&gt;
Auth_Ora_SID NETT&lt;br /&gt;
Auth_Ora_pwd_table userstable&lt;br /&gt;
Auth_Ora_uid_field customer&lt;br /&gt;
Auth_Ora_pwd_field password&lt;br /&gt;
Auth_Ora_pwd_whereclause &quot;and date &amp;lt; sysdate  &quot;&lt;br /&gt;
AuthName &quot;Secure Area&quot;&lt;br /&gt;
AuthType basic&lt;/p&gt;
&lt;p&gt;require valid-user&lt;/p&gt;
&lt;p&gt;now i want one of a file in xyg directory not to be restricted..&lt;br /&gt;
i.e no password challenge to be asked.&lt;/p&gt;
&lt;p&gt;how can i do that, i am trying with   but no luck&lt;br /&gt;
help me if you know how to use  or  etc.. to over come this.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Mar 2002 18:14:32 +0000</pubDate>
 <dc:creator>chinafish</dc:creator>
 <guid isPermaLink="false">comment 1104030 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
