I was setting up eGroupware on my Sme 8 B 5 server, and the steps included the following:
mydomain=egroupware.rburnsplumbing.com
db domains setprop $mydomain Content egw/1.6/egroupware
db domains setprop $mydomain WebApp yes
That didn't work, and I felt that my installation may ahve failed twice in a row, but then I tried the following:
mydomain=rburnsplumbing.com
db domains setprop $mydomain Content egw/1.6/egroupware
db domains setprop $mydomain WebApp yes
... and it did open up. Which says there is something wrong with my subdomain and the way I set it up. Understandable. Now my issue is, when I went into the server manager to change my primary domain, rburnsplumbing.com back to the website ibay, it was forbidden. Then I figure I would backtrack and ...
mydomain=rburnsplumbing.com
db domains setprop $mydomain Content home/e-smith/files/ibays/website/html
db domains setprop $mydomain WebApp yes
... but no avail. I even tried
mydomain=rburnsplumbing.com
db domains setprop $mydomain Content /home/e-smith/files/ibays/website/html
db domains setprop $mydomain WebApp yes
And it still is displaying "Forbidden: Restricted access to / on this server."
Also, in server manager, it showed that the primary domain was set to website i-bay as well as /home/e-smith/files/ibays/website/html.
Any idea, or command line coding I could use to set the location of my primary domain.
Oh yea, I even tried making a symbolic link in the opt folder, seeing that "egw/1.6/egroupware" worked, and it was linked to the html file in my website ibay. But that still did not do the trick. Even if I makeup a directory, such as /opt/testing, and copy my index.html to that location. Set the primary domain to that location using the same code above, it still doesn't work. Now the only directory it works in is "egw/1.6/egroupware"