I want to make the webmail accessible as a subdirectory of an ibay.
So I do
ln -s /home/httpd/html/horde/ /home/e-smith/files/ibays/bristo/mail
I then want to make this ibay available to the whole internet through a virtual domain
so I do
ln -s /home/e-smith/files/ibays/bristo/html /home/e-smith/files/ibays/Primary/html/bristo
now from my virtual domain if I go to /bristo/ I get the standard "Ibay not customized" message
but my /bristo/mail/ does not work. Have I just got it wrong somewhere simple?
R