I set up the new 8.5 template to use the DWALoginForm using IBM’s instructions to the letter. The login part of the form work and so does using the different forms for different browsers, IE/Firefox vs iphone/ipod. Unfortunately, the images that are supposed to show up on the login pages don’t work. There are no images loading. But on the redirect page they load. What did I do wrong? Am I supposed to create a custom css page for both the normal login page and the iphone page?
Subject: Something to check
Have you disallowed anonymous TCP/IP connections in the server document under the Web tab?
Subject: DWALoginForm
Yes, I have TCP/IP Anonymous connections disallowed but, I have anonymous connections allowed for SSL since our webmail is encrypted.
Subject: ssl anonymous
if the login prompt images load over ssl but not port 80, you can redirect all web traffic to the secure port
set TCP/IP port status → Redirect to SSL
I’ve ran into a similar problem before where
domino blocks anonymous web access however the images required anonymous read access. If you were already authenticated, then we wouldnt see the log in form
Subject: DWALoginForm
OK, I did some more digging and compared ours with the IBM Green site. It seems like our server is unable to read the CSS file in the database. I am using Firebug in Firefox to confirm this as well. I am not sure why the server can’t read the document in the database. Anyone have any ideas?