Hello

Am 02.04.2016 um 16:52 schrieb s...@adeux.net:
> 
> I am trying to create some links on the SOGo index page (SOGoRootPage.wox) to
> a page in the apache root directory (var/www/html) called foo.html.
> 
> The first attempt was <a href="/foo.html"> - but that produced example.com/
> SOGo/foo.html and a not found error.
> 
> The second attempt was <a href="../../foo.html"> which worked until the user
> logged in.  When the user then clicks the 'Disconnect' menu item to log out,
> they are returned to: example.com/SOGo/so and not: example.com/SOGo where they
> started from.  The result is the second link now produces example.com/SOGo/
> foo.html and a not found error.
> 
> Is there a way to link from the SOGoRootPage which would work consistently?
> 

You can either use a full qualified absolute URL like <a
href="htps://your.sogo.server.org/foo.html"> or <a
href="../../../foo.html">.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to