[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] [Cobalt RAQ 4] Web Alias (/neomail to /webmail )



-----Original Message-----
From: Sean Chester [mailto:sean.chester@xxxxxxxxxxxxxx]
Sent: Wednesday, July 10, 2002 9:24 AM
To: cobalt users
Subject: [cobalt-users] [Cobalt RAQ 4] Web Alias (/neomail to /webmail)



i would like it so my users can access 

 http://www.domain.co.uk/webmail 
 instead of..
 http://www.domain.co.uk/neomail


i have searched the cobalt archives and implemented the 
solution i found...

 Add the following to srm.conf
 
 Alias /webmail/ /home/neomail/

 Then Restart apache.

When i goto  http://www.domain.co.uk/webmail
i get the message..
  
 You do not have permission to access the requested file on
 this server. 

--------------------------

When you use a directory for the URL the web server will
attempt to load the index.html file in that directory. 
If that file is not there, it will try to load the index.htm
file instead. Regardless of which file the server finds, its
world readable permission bit has to be set or you will get
the cited error message. To fix the problen cd to the directory
and do: chmod 664 index.html (or chmod 664 index.htm).


-- 
Sean Chester, sean.chester@xxxxxxxxxxxxxx on 10/07/2002


_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users