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><Files "somefile.php
"><br> Allow from all<br></Files><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> <<a href="mailto:jyavenard@gmail.com">
jyavenard@gmail.com</a>> 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><Location /mythweb/settings><br> Options FollowSymLinks
<br> AllowOverride All<br> AuthType Digest<br> AuthName "MythTV/Admin"<br> AuthDigestFile /etc/httpd/password/htpasswd<br> Require user admin<br> Order allow,deny
<br> Allow from all<br></Location><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>