> If I remember correctly, REQUEST_FILENAME is set only by mod_rewrite, so > RewriteEngine On > will probably activate it. Hm, didn't work for me. Empty even with "RewriteEngine On" (in appropriate virtualhost). And I really don't see the place in sources where REQUEST_FILENAME is set. modules/ssl/ssl_engine_vars.c: strcEQ(var, "REQUEST_FILENAME")) modules/arch/netware/mod_nw_ssl.c: else if (strcEQ(var, "REQUEST_FILENAME")) modules/mappers/mod_rewrite.c: strcasecmp(var, "REQUEST_FILENAME") == 0 ) { These are just comparisons, right? r. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx