Forum Moderators: phranque
"Directory and .htaccess context is available in Apache 1.3.7 and later."
SetEnv requires AllowOverride FileInfo
The .htaccess file must be in the filepath of the scripts you wish to set the environment variables for. If a ScriptAlias in httpd.conf is used to change the path to the script, the .htaccess file won't be processed.
I can't think of anything else... :(
Jim