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@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




_______________________________________________ mythtv-users mailing list mythtv-users@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to