I have a website working on it. when i open any page with http:// protocol, every thing is loaded correctly, but when i try to load the page with https protocol, the page lo
If you are able to serve CSS etc over HTTPS, the best solution is to use // as the scheme for asset URLs.
That means "use the same scheme (sometimes called protocol) as the parent document", i.e. use https if the page uses https. For example:
https