Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Jakeo on April 21, 2004, 07:38:31 PM
-
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
-
the link is actually linking to a structure on the sme_local disc.
most probably httpd does not have access to the dir (at least in most contexts)
a htaccess rule would be the right way to do this