ap_sub_req_lookup_file — look up a file as if it were a request
request_rec *ap_sub_req_lookup_file(const char *new_file, const request_rec *r)
Similar to ap_sub_req_lookup_uri()
except that it
looks up a file, so it therefore doesn’t call the
name translators or match against <Location>
sections.