> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Ken - Precision Web Hosting, Inc > Sent: Wednesday, January 19, 2011 7:23 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:06336] Re: Cpanel to Blue Onyx move > > You could create a directory like > https://secure.somesecuresite.com/www.newsite.com/ > or a better option is to gget rid of the www as below. > https://secure.somesecuresite.com/newsite.com/ > Some security software installs don't like the extra www. in the url and > give a phishing warning. > > Create a directory like that for each site. > Then in the /etc/httpd/conf/vhosts/sitexx for secure.somesecuresite.com > you could add a directive like > the one below for each directory. > > <Directory /home/.sites/132/site21/www,newsite.com/> > #only one line below > php_admin_value open_basedir > /home/.sites/132/site21/web/newsite.com/:/home/tmp:/tmp:/usr/bin/pear:/hom > e/solarspeed/php/bin/pear:/usr/share/pear > #only one line above > </Directory> >
Would it work if I used a symbolic link instead of an actual directory? I would have to add "AllowOverride" and "Options All" as well, right? _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
