Edit Menu Items will allow https://... in its path.
However, when it is displayed on the Menu, the path automatically changed to http://...
A workaround is to use a URL redirection service which I did, but how to get the https to work on the Menu item?

Thanks for any help you can give... gracias!

Comments

luno’s picture

It sure would help to know what version of Drupal you're using...

droolog’s picture

Using version 4.6.5 which is the latest stable version, I believe...

drupalxykon’s picture

assuming you are using 4.6+ , change the base_url to

$base_url = 'https://' . $_SERVER['HTTP_HOST'];

droolog’s picture

Thanks for your response,,.
Does your solution affect all instances of https within drupal?
If it helps, I'm referring only to external links on the menu items, not other internal links...