mod_rewrite.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91168
13f79535-47bb-0310-9956-
ffa450edef68
void *sconf = r->server->module_config;
core_server_config *conf = ap_get_module_config(sconf, &core_module);
- /* XXX We have already been here, or another module did the work
- * for us. At this moment, we will enable only file subrequests.
- */
- if (r->main && r->filename)
- return OK;
-
/* XXX this seems too specific, this should probably become
* some general-case test
*/