Working on a site using Drupal. It is very powerful but somehow cryptic, I think. I get a feeling that if only I could tune into the same mental wavelength the people behind it are on things would take off faster.
But for now - one simple remark. If the site is to be presented in both HTTP and HTTPS it is higly recommended that the URL be defined as an HTTPS one. Here's how: edit the setting file (
/sites/default/settings.php) and define $base_url as follows:
$base_url = 'https://your-site.com'; // NO trailing slash!