By droolog on
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
version?
It sure would help to know what version of Drupal you're using...
Using version 4.6.5 which is the latest stable version, I think
Using version 4.6.5 which is the latest stable version, I believe...
settings.php
assuming you are using 4.6+ , change the base_url to
$base_url = 'https://' . $_SERVER['HTTP_HOST'];
external link only, not internal
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...