Please forgive me if I am being daft.
I have a new installation of the most recent CVS openacs-4.6 and I have configured https and tested it.
I then modified '/web/server4/www/default-master.adp' to include a single cell table with a logo....
(# replaces < to avoid problems submitting message)
#table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#00000080">
#tr>
#td width="100%">#img src="/Logo_03.jpg" width="350" height="100">#/td>
#/tr>
#/table>
If I connect using http the whole openacs works fine and the template works throughout the registration and admin sections. A right click on the logo in the browser reveals the path to the source .jpg of :
http://www.server4.com/Logo_03.jpg
The file
'/Logo_03.jpg'
is stored in
'/web/server4/www/'
The problem arises if I connect using httpS on
'https://www.server4.com:8446'
The page loads with no logo and a broken link red cross. A right click on the space where the logo should be tells me that the path is :
'https://www.server4.com:8446/Logo_03.jpg
which in my obvious stupidity I expected to work. I thought that it would not matter whether I was connected using http or https as long as the file path was relative to the server page root.
Can anyone please help by explaining why https renders the logo .jpg invisible.
Please accept my apologies if I am being blind/stupid!
Best Regards
Richard