Re: [SOGo] Web UI base URL

2012-10-20 Thread Simon Walter

On 10/19/2012 05:25 PM, Christian Mack wrote:

Hello Simon Walter


On 2012-10-19 08:07, Simon Walter wrote:

Is a setting for the base URL for the SOGo web interface. It might be
possible to rewrite everything from the Apache config, but it would be
nice to have the pages linking to the correct URLs.

For now I'll just put a redirect for / to /SOGo.


Sorry I don't understand your Question/Problem.
What do you want to achieve?


Is this what I'm looking for:  x-webobjects-server-url

Nothing to do with that?

Simon
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Web UI base URL

2012-10-19 Thread Simon Walter

Greetings,

Is a setting for the base URL for the SOGo web interface. It might be 
possible to rewrite everything from the Apache config, but it would be 
nice to have the pages linking to the correct URLs.


For now I'll just put a redirect for / to /SOGo.

Simon
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Web UI base URL

2012-10-19 Thread Christian Mack
Hello Simon Walter


On 2012-10-19 08:07, Simon Walter wrote:
 
 Is a setting for the base URL for the SOGo web interface. It might be
 possible to rewrite everything from the Apache config, but it would be
 nice to have the pages linking to the correct URLs.
 
 For now I'll just put a redirect for / to /SOGo.
 

Sorry I don't understand your Question/Problem.
What do you want to achieve?


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Web UI base URL

2012-10-19 Thread Simon Walter

On 10/19/2012 05:25 PM, Christian Mack wrote:

Hello Simon Walter


On 2012-10-19 08:07, Simon Walter wrote:

Is a setting for the base URL for the SOGo web interface. It might be
possible to rewrite everything from the Apache config, but it would be
nice to have the pages linking to the correct URLs.

For now I'll just put a redirect for / to /SOGo.


Sorry I don't understand your Question/Problem.
What do you want to achieve?




I don't want to host SOGo at domain.tld/SOGo. I want to host it at 
domain.tld/ or perhaps domain.tld/webmail.


Simon
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Web UI base URL

2012-10-19 Thread Jeff Folk

On Oct 19, 2012, at 4:34 AM, Simon Walter wrote:

 On 10/19/2012 05:25 PM, Christian Mack wrote:
 Hello Simon Walter
 
 
 On 2012-10-19 08:07, Simon Walter wrote:
 Is a setting for the base URL for the SOGo web interface. It might be
 possible to rewrite everything from the Apache config, but it would be
 nice to have the pages linking to the correct URLs.
 
 For now I'll just put a redirect for / to /SOGo.
 
 Sorry I don't understand your Question/Problem.
 What do you want to achieve?
 
 
 
 I don't want to host SOGo at domain.tld/SOGo. I want to host it at 
 domain.tld/ or perhaps domain.tld/webmail.
 
 Simon

Redirect is how that is accomplished in your apache conf:

Redirect /https://host.domain.tld/SOGo

or

Redirect /webmail https://host.domain.tld/SOGo

Regards;
Jeff-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Web UI base URL

2012-10-19 Thread Simon Walter

On 10/19/2012 11:20 PM, Jeff Folk wrote:

On Oct 19, 2012, at 4:34 AM, Simon Walter wrote:


On 10/19/2012 05:25 PM, Christian Mack wrote:

Hello Simon Walter


On 2012-10-19 08:07, Simon Walter wrote:

Is a setting for the base URL for the SOGo web interface. It might be
possible to rewrite everything from the Apache config, but it would be
nice to have the pages linking to the correct URLs.

For now I'll just put a redirect for / to /SOGo.


Sorry I don't understand your Question/Problem.
What do you want to achieve?



I don't want to host SOGo at domain.tld/SOGo. I want to host it at domain.tld/ or 
perhaps domain.tld/webmail.

Simon

Redirect is how that is accomplished in your apache conf:

Redirect /https://host.domain.tld/SOGo

or

Redirect /webmail https://host.domain.tld/SOGo



Yes, as stated, I am doing a redirect. However, it would be nicer not to 
have a redirect. It's not very important though.


It would make the software more flexible. It's also one less hit on the 
server. Most web applications allow you to configure what URL it is 
accessible by. If that part of the application is redesigned, it might 
be nice to consider that.


Cheers,

Simon
--
users@sogo.nu
https://inverse.ca/sogo/lists