On 8/16/07, <b class="gmail_sendername"><a href="mailto:tuliol@sybatech.com">tuliol@sybatech.com</a></b> <<a href="mailto:tuliol@sybatech.com">tuliol@sybatech.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for your response. The settings directory I believe is virtual so what<br>would the directory entry look like? My mythweb root is in:<br>/var/www/html/mythweb<br><br>This is what I tried:<br><br><Directory /var/www/html/mythweb/settings>
<br> Order Deny,Allow<br> Deny from All<br> </Directory><br><br>Is this correct?</blockquote><div><br>No, <Directory> doesn't work for virtual directories. You need to use <Location> instead, as shown here:
<br><br><Location /mythweb/settings><br> Order Deny, Allow<br> Deny from All<br></Location><br><br>Carl Fongheiser<br></div><br></div><br>