<files "*.*">
Allow from 127.0.0.1/19
Deny from All
</files>
$HTTP["host"] == "example.no-ip.org" {
#!~ is a perl style regular expression not match
$HTTP["remoteip"] !~ "^(127.0.0.1)$" {
$HTTP["url"] =~ "^/phpmyadmin/" {
url.access-deny = ( "" )
}
}
}