[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [Cobalt RAQ 4] Web Alias (/neomail to /webmail)
- Subject: RE: [cobalt-users] [Cobalt RAQ 4] Web Alias (/neomail to /webmail)
- From: Frédéric Badel [Abanys-Concept] <fred@xxxxxxxxxx>
- Date: Wed Jul 10 06:49:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]De la part de Sean Chester
> 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.
>
Have you tried with a trailing slash : http://www.domain.co.uk/webmail/
found in the apache doc :
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example.
hope this help
fred