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 x10hosting? Another strange thing is I made a phpinfo.php file which has only one line:
<?php phpinfo(); ?>
It shows nothing (see http://lotsoftomatoes.com/phpinfo.php), but works correctly at home.
Thank you!
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 x10hosting? Another strange thing is I made a phpinfo.php file which has only one line:
<?php phpinfo(); ?>
It shows nothing (see http://lotsoftomatoes.com/phpinfo.php), but works correctly at home.
Thank you!