REMAP {
    if inbound.url.path == "php" with EXT,NOCASE {
        inbound.status = 403;
    }
}
