(08-30-2014, 01:10 PM)james30263 Wrote: I had the same error. What I found on mine was the httpd.vhosts.conf didn't update to show the newly added domain. To make my site show "live" I had to manually run the daemon using this code in ssh.
Code:php /etc/zpanel/panel/bin/daemon.php
This works and it's really easy, the only problem here is to that when you run that your current login will die too, or at least that is what happends when i use.
Anyway it's fine for anybody that has ssh connections by default when working with remote servers.
Thank you.