Notes.ini Entry



Name:

    HTTPPublicUrls

Syntax

    HTTPPublicUrls=Value

Applies to:

    Servers

Add-on:


    First Release:

      8.5.2

    Obsolete since:


      Category:

        HTTP, iNotes

      Default:

        None

      UI equivalent:

        None

      Description:
      Allowing Anonymous Access to iNotes Redirect design elements while preventing Anonymous Access through Domino HTTP.

      When HTTP ports have anonymous access set to "no" like below, iNotes Redirector does not load properly, as shown in image 2 below.  This is because anonymous access is required to load 3 elements that the Redirector uses: iNotes-LoginBanner65short.gif, StylesheetLogin and Login.js.  

      To get around this starting in Domino 8.5.2 you can set and use the following notes.ini setting to allow anonymous access just to those design elements that are needed by the Redirector login page

      Note: HTTPPublicUrls became available in 8.5.2.

      Text in this color represents example, this should be set to the nsf name of your redirector database.  

      If using Domino 8.5.3 or Lower version of the IBM Redirector ini should be set like this:
      HTTPPublicUrls=/iNotesRedir.nsf/iNotes-LoginBanner65short.gif:/iNotesRedir.nsf/StylesheetLogin:/iNotesRedir.nsf/Login.js

      If using Domino 9 or Later version of the IBM Redirector  ini should be set like this:
      HTTPPublicUrls=/iNotesRedir.nsf/IBMLogo.gif:/iNotesRedir.nsf/StylesheetLogin:/iNotesRedir.nsf/Login.js

      NOTE: Once this ini is set restart domino (not just HTTP!) and you should then see Redirector load images and login options like in Image 3.

      Using this same principle you cal also use this Variable to REDIRECT the Image to one you preferr (aka Custom image). For this to work, you would need to add the customimage to the image repository of the Redirect Database. Then, append the image name (including the corresponding database name you chose for your iNotes Redirect database) to a this Notes.INI entry:
      For example (with Domino 9), if you have added a custom logo [in the iNotes Redirect configuration] with the file name, “customimage.gif,” you need to add customimage.gif as an image resource (via Domino Designer) to your Redirect database. Be sure to enable the “Available to Public Access Users” Security property for the image.

      HTTPPublicUrls=/iNotesRedir.nsf/IBMLogo.gif:/iNotesRedir.nsf/StylesheetLogin:/iNotesRedir.nsf/Login.js:/iNotesRedir.nsf/customimage.gif

      Image1


      Image2


      Image3