I'm a noob. Thanks for any help! I put this in my .htacces file:
SetEnv VWX_INCLUDE_DIR /home/lotsofto/include
But it doesn't show when I try to display it in my code as follows:
print_r($_SERVER);
It works on my test server at home. Are there any limitations I should know about when using...