I'm on a Linux virtual dedicated host and I'm trying to install {smarty} and I'm putting the files in a special folder out of the "web path"
/home/httpd/vhosts/mydomain.com/smarty/
(The web path is)
/home/httpd/vhosts/mydomain.com/httpdocs/
When I install {smarty} exactly according to the install guide at http://smarty.php.net/ I get an open_basedir restriction.
In my php_info() there is a local value set for open_basedir noting that a :/tmp file is intended to be used to work w/ php inside my httpdocs directory.
Is there anything I can do to ALSO allow php access to the /smarty/ directory.
I've tried chmod to 777 (just to test) and set the owner and group names to public.
Any help would be appreciated.
Thanks
JW