On Wed March 2 2011 20:32, Corrado Fiore wrote:

> > I would like to run Sogo on the root of an URL, so not something like:
> > https://sogo.vandervlis.nl/SOGo/
> > But something like:
> > https://sogo.vandervlis.nl/
>
> This is something that has been discussed already.  Unfortunately, the
> /SOGo/ path is hardcoded in several SOGo files,

hopefully, you don't dislike the word "SOGo" in the URL, but think of your 
poor users, who cannot remember how to spell the end of the URL - but THAT is 
rather easy to circumvent ...

... add another virtual host in your apache config with a redirection to 
a 'clean' URL (assuming you use https):

<VirtualHost ...:80>
    ServerName yourserver.tld:80
    Redirect permanent / https://yourserver.tld/SOGo/
/VirtualHost>

best regards from hamburg, germany
peter
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to