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]