Ok,
I'm not sure what is going on here, there is no domain or sub domain defined in the vhost entry for documentroot, directory, and open_basedir?
Document root is incorrect:
Should be:
Same with:
Should be:
And also the open_basedir entry is off the same way.
Also, when i visit the domain https://img.gullo.me it says insecure connection because the SSL cert is not for that domain. You should not be using https:// for a non-SSL site. (Of course it forwards to the billing site, it's the only https:// in your vhost...)
http://img.gullo.me/ works just fine!
I'm not sure what is going on here, there is no domain or sub domain defined in the vhost entry for documentroot, directory, and open_basedir?
Document root is incorrect:
Code:
DocumentRoot "/var/sentora/hostdata/billing-gullo-me/public_html/"
Code:
DocumentRoot "/var/sentora/hostdata/billing-gullo-me/public_html/billing_gullo_me/"
Code:
<Directory "/var/sentora/hostdata/billing-gullo-me/public_html/">
Code:
<Directory "/var/sentora/hostdata/billing-gullo-me/public_html/billing_gullo_me/">
Also, when i visit the domain https://img.gullo.me it says insecure connection because the SSL cert is not for that domain. You should not be using https:// for a non-SSL site. (Of course it forwards to the billing site, it's the only https:// in your vhost...)
http://img.gullo.me/ works just fine!