Web Hosting Talk







View Full Version : Scriptalias


Juan
06-25-2001, 02:54 AM
I installed a webmail program on http://www.plushosting.nl/webmail. Now I want every domain to automaticly have www.domain.com/webmail. Do I do this with a ScriptAlias?

Lantins
06-25-2001, 11:05 AM
I am not sure how to do it my self but i am sure if you look in your httpd.conf file you will see how its done as Cobalt do it for there www.yourdomain.com/admin etc

Hope it helps, i would also like to know how to do this.

Luke

Dan E
06-25-2001, 02:48 PM
I put my webmail program (sqirrelmail) in /home/webmail and simply put this in httpd.conf:

Alias /webmail /home/webmail/

above the bit where all the virtualhosts start. Make sure that you move any config files that shouldn't be seen by users out of this dir if possible.

Hope it helps, it works for me ;)