Skip to content

Http instead of Https in sitemap.xml #79

Description

@Max-LAB

On my https site I have an issue that shows http url's instead of https inside sitemap.xml. Is there any other way to change this beside tweeking SitemapController?

Changing this line solved the problem

if (!empty($baseURL) && strpos($baseURL, '://') === false) { $baseURL = 'http://' . $baseURL; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions