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>JY<br>