Hi,
Hiawatha version: tested with 6.19 and 7.0
Operating System: FreeBSD 7.2
A fragment of the configuration file:
UrlToolkit {
ToolkitID = sanitize
Match /htpasswd.* DenyAccess
}
UrlToolkit {
ToolkitID = simple
Call sanitize
}
Let;s test:
> wigwam -t sanitize
Reading hiawatha.conf
===[ URL toolkit tester
Use empty input to leave the program.
url: /htpasswd
old: (403 Forbidden)
> wigwam -t simple
Reading hiawatha.conf
===[ URL toolkit tester
Use empty input to leave the program.
url: /htpasswd
old: /htpasswd
What am I doing wrong, if anything? Needless to say, the behavior of hiawatha itself matches what wigwam tells me.