Hi, AFAICS I just found a bug in http://httpd.apache.org/docs/trunk/mod/mod_rewrite.html#EnvVar http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#EnvVar http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#EnvVar
There you find: > Example > SCRIPT_NAME=/sw/lib/w3s/tree/global/u/rse/.www/index.html > SCRIPT_FILENAME=/u/rse/.www/index.html but it should probably rather be: > Example > SCRIPT_NAME=/u/rse/.www/index.html > SCRIPT_FILENAME=/sw/lib/w3s/tree/global/u/rse/.www/index.html Why ? 1. This matches what I get in my Apache-CGIs 2. http://hoohoo.ncsa.uiuc.edu/cgi/env.html#protocol > * SCRIPT_NAME > A virtual path to the script being executed, used for > self-referencing URLs. Bye, Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
