Is there some historical or other reason that the location has higher precedence that directory/files? I think the other way is much more intuitive
/* Rerun the location walk, which overrides any map_to_storage config. */ if ((access_status = ap_location_walk(r))) { return access_status; } (map_to_storage is what runs the directory_walk) -- Eric Covener cove...@gmail.com