HTTPS blocks images

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Anti-Spam Guide
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
Locked
SirFulgeruL
Registered User
Posts: 2
Joined: Wed Jul 10, 2013 7:16 am

HTTPS blocks images

Post by SirFulgeruL »

I've added a SSL certificate and I've noticed that some images are blocked by the HTTPS.
For example on index I can see all the images but for some reasons on the login page it doesn't show the image.
http://prntscr.com/dnl3jc

But on index it shows the background (the background from the index is the same as the background from the login page)
http://prntscr.com/dnl3qc

That is what I use for HTTPS redirect in .htaccess

Code: Select all

RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Later edit: I've noticed that only the Register and Login page has the problem.
Locked

Return to “[3.0.x] Support Forum”