Skip to content

Base URL Not Working With HTTPS #396

Description

@SmolSoftBoi

The base_url() function is not working with HTTPS connections.

For example:

// https://github.com
base_url('bcit-ci'); // https://github.com/bcit-ci

// https://github.com
base_url('bcit-ci'); // http://bcit.ci

I believe the issue is with the CodeIgniter\HTTP\URI->resolveRelativeURI() method.

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