Forgot to mention that I'm using the last SVN version, there's no .php file for each section anymore.<br>so doing something like:<br><pre>AuthUserFile /path/to/users/file<br>require user username<br>&lt;Files &quot;somefile.php
&quot;&gt;<br>  Allow from all<br>&lt;/Files&gt;<br>Will not work<br></pre><br><br><br><div><span class="gmail_quote">On 1/31/06, <b class="gmail_sendername">Jean-Yves Avenard</b> &lt;<a href="mailto:jyavenard@gmail.com">
jyavenard@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi.<br><br>This is not entirely related to MythTV but I guessed somebody here will have the answer.
<br><br>I have installed MythWeb and it's working perfectly. What a nice piece of work, so easy to use and look so good. I'd like to see the ability to edit the channels in mythtv-setup as it's designed in mythweb, so much easier and you can delete channels !!
<br><br>Anyhow, I'd like to give access to a few people to mythweb, but I do not want them to access the settings page.<br><br>So I added a specific password area with:<br>&lt;Location /mythweb/settings&gt;<br>&nbsp;&nbsp;&nbsp; Options FollowSymLinks
<br>&nbsp;&nbsp;&nbsp; AllowOverride All<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Digest<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;MythTV/Admin&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthDigestFile&nbsp; /etc/httpd/password/htpasswd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require user admin<br>&nbsp;&nbsp;&nbsp; Order allow,deny
<br>&nbsp;&nbsp;&nbsp; Allow from all<br>&lt;/Location&gt;<br><br>However, this will not work, it looks like mythweb keep loading the page over and over..<br><br>How would you secure an area like settings ?<br><br>Thanks<br><span class="sg">
JY<br>

</span></blockquote></div><br>