This doesn't seem right... RewriteEngine Off ... <Directory /some/directory > RewriteEngine On ... </Directory> If I serve something from this directory container, the SCRIPT_URx environment variables are not set because the main server config has the engine off. Is this right? It seems like we should be setting them for the context in which the engine is turned on. Rob Simonson [EMAIL PROTECTED]
- Re: mod_rewrite & SCRIPT_URx envvars Robert Simonson
- Re: mod_rewrite & SCRIPT_URx envvars William A. Rowe, Jr.