in reply to Re: Interfacing perl with .htaccess and .htpasswd files...
in thread Interfacing perl with .htaccess and .htpasswd files...
Which disallows download (view) of all files beginning with .ht See Module mod_access for more information.<Files ~ "^\.ht"> Order allow,deny Deny from all </files>
--
my $chainsaw = 'Perl';
|
|---|