<div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What type of authentication are you using? Basic or Digest? I believe<br>

the settings are in the mythweb.conf file. Mine is in the<br>
/etc/httpd/conf.d folder but I&#39;m using Fedora. You can always do a<br>
$locate mythweb.conf to find it.<br>
</blockquote></div><br>It&#39;s in /etc/httpd/conf/extra. To set up my authentication I followed this: <a href="http://www.mythtv.org/wiki/index.php/MythWeb#Other_Linux_Flavors">http://www.mythtv.org/wiki/index.php/MythWeb#Other_Linux_Flavors</a> and here&#39;s my .htaccess:<br>
<br># Allow the webserver to follow symlinks in the data directory, but not to<br># execute any commands, browse directory indexes, etc.<br>&nbsp;&nbsp;&nbsp; Options -All +FollowSymLinks +IncludesNoExec<br><br>AuthType&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Digest<br>
AuthName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;MythTV&quot;<br>AuthUserFile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/httpd/conf/httpd-passwords<br>Require&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid-user<br>BrowserMatch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Gecko&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthDigestEnableQueryStringHack=On<br>#Allow from <a href="http://192.168.1.">192.168.1.</a><br>
#Satisfy any<br><br><br>I put &quot;Gecko&quot; in place of MSIE to test and I forgot to change it back, but just changed it back to MSIE and no diff.<br><br><br>Thanks<br>Bob<br>