• Resolved Percolated Design

    (@percolatedpropaganda)


    Hello,

    I have just taken over development of a new WordPress site. The current theme is custom built using https://underscores.me/ I have set the website up to run on https:// with a current SSL certificate and added a 301 redirect. This is working but the theme seems to be generating a large number of internal links which are then being redirected via a 301 redirect. I can only assume that this is because the theme is generating https:// links rather than https:// links but I can’t work out why it might be doing this. The internal links all seem to be generated using either get_stylesheet_uri() or get_template_directory_uri()

    Any help would be much appreciated.

    Many Thanks,
    Gale

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    have you set the URLs for the site in settings->general to use https and not http?

    use the plugin “better search replace” to search the database for https://www.sleekstone and replace with https://www.sleekstone.

    Thread Starter Percolated Design

    (@percolatedpropaganda)

    Hi Steve,

    Thank you for the quick response.

    The better search replace plugin did it! It found a load of hidden links.

    Thank you very much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Generating http not https links’ is closed to new replies.