[mythtv-users] setting password for settings*.php only

Andy Cedilnik andy at x0.org
Tue May 3 21:58:08 UTC 2005


Hi Martijn,

Of course. Do something like:

------------------------------------
Options -Indexes ExecCGI
Deny from all
AuthName "Restricted"
AuthType Basic
AuthUserFile /path/to/users/file
require user username
<Files "somefile.php">
  Allow from all
</Files>
Satisfy any
------------------------------------

this way all files require password except somefile.php. You can figure 
out from here on.

       Andy

Kees van wrote:

>Hi,
>
>I like to add some access control to the settings section of MythWeb.
>I figured out how to set Apache to require a password on a specific
>directory, however, the settings*.php files are located in the mythweb
>root.
>
>Is it possible to configure .htacces file-specific?
>
>Thanks,
>Martijn
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>  
>



More information about the mythtv-users mailing list