Version 1 (modified by 9 years ago) ( diff ) | ,
---|
Drupal Gotchas CSS not displaying over HTTPS
Tags: Drupal Gotchas_Category
Problem
When viewing a Drupal site over HTTPS, the CSS and JavaScript do not load
Solution
- Edit the file
{Drupal Home}/sites/default/settings.php
- Either create or amend the setting
$base_url
to be the HTTPS base URL for the site. For examplehttps://www.example.com
Note:
See TracWiki
for help on using the wiki.