service {
html Welcome =
Welcome
This page is visible to everyone. The next page, however,
is protected by a login and password through htaccess.
The login john and password orange will work.
;
session Access() {
show Welcome;
show htaccess(dir+"../.htpasswd") This page is protected by htaccess.;
exit Done. This page is not protected by htaccess.;
}
}