Thanks Scott rewrite rule worked, now users are able to use mail.domain.com instead mail.domain.com/SOGo
RewriteEngine On RewriteRule ^/$ /SOGo/ [R] Is there anyway where users dont see internal url from the browser i.e. they should see mail.domain.com instead mail.domain.com/SOGo. Thanks in advance. RC On Wed, Nov 30, 2016 at 7:09 PM, "Scott Damron" <[email protected]> wrote: > Change your SOGo.conf back to what it was and handle the re-write in your > Apache config. Use mod-rewrite for this. > > Scott > > > > On Wednesday, November 30, 2016 04:00 CST, "Ramesh Chander" ( > [email protected]) <[email protected]> wrote: > > > Hi Scot, > > We are using Apache 2.2 > > Here is what I get when I change the proxy pass > http://prnt.sc/ddbkco > > And here is my SOGo.conf related to this > > ProxyPass /Microsoft-Server-ActiveSync \ > http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \ > retry=60 connectiontimeout=5 timeout=3600 > > #ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 # This works well > ProxyPass / http://127.0.0.1:20000/SOGo retry=0 # With this, I get > login page as http://prnt.sc/ddbkco > <Proxy http://127.0.0.1:20000/SOGo> > ## adjust the following to your configuration > ## and do not forget to enable the headers module > <IfModule headers_module> > RequestHeader set "x-webobjects-server-port" "443" > RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" > env=HTTP_HOST > RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e" > env=HTTP_HOST > > ## When using proxy-side autentication, you need to uncomment and > ## adjust the following line: > RequestHeader unset "x-webobjects-remote-user" > # RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e" > env=REMOTE_USER > > RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0" > </IfModule> > AddDefaultCharset UTF-8 > Order allow,deny > Allow from all > </Proxy> > > > Regards, > > RC > > On Tue, Nov 29, 2016 at 10:36 PM, "Scott Damron" <[email protected]> wrote: >> >> I wouldn't think there would be an issue with CSS if you were just doing >> a redirect or re-write. What web server are you running? If you can, >> reply with your re-write or redirect config. >> >> Scott >> >> >> >> On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" ( >> [email protected]) <[email protected]> wrote: >> >> >> Tried but it is throwing non css page without any actionable clicks, do >> we need to change in any of the css files. >> >> RC >> >> On Tue, Nov 29, 2016 at 9:09 PM, "Scott Damron" <[email protected]> wrote: >>> >>> User a redirect from the root of your web server. Re-write / to /SOGo. >>> >>> >>> >>> Scott >>> >>> >>> >>> *From:* [email protected] [mailto:[email protected]] *On Behalf >>> Of *Ramesh Chander >>> *Sent:* Tuesday, November 29, 2016 9:35 AM >>> *To:* [email protected] >>> *Subject:* [SOGo] Customize login url mail.domain.com instead >>> mail.domain.com/SOGo >>> >>> >>> >>> Hi, >>> >>> >>> >>> my users want to access SOGo like mail.domain.com instead >>> mail.domain.com/SOGo >>> >>> >>> >>> Is there any way to make to work like mail.domain.com >>> >>> >>> >>> Thanks >>> >>> >>> >>> RC >>> >>> -- >>> [email protected] >>> https://inverse.ca/sogo/lists >>> -- >>> [email protected] >>> https://inverse.ca/sogo/lists >>> >> -- >> [email protected] >> https://inverse.ca/sogo/lists >> >> >> >> -- >> [email protected] >> https://inverse.ca/sogo/lists >> > -- > [email protected] > https://inverse.ca/sogo/lists > > > > -- > [email protected] > https://inverse.ca/sogo/lists > -- [email protected] https://inverse.ca/sogo/lists
