• Resolved ryanmeighan

    (@ryanmeighan)


    Google Search Console is showing me a list of links showing “404 not found” (under the “coverage” tab)

    I want to redirect these to other pages. However, the dead links are all http My site is https – So the only pages I can redirect are https

    Is there a way to redirect a specific http link to https?

    For example, I want to redirect http://domain.com/Services.aspx to the https homepage

    *It is worth noting that live pages properly redirect from http to the https version. It is only when I want to redirect to a different page using this plugin that I encounter the issue

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

Viewing 1 replies (of 1 total)
  • Plugin Author WebFactory

    (@webfactory)

    The http -> https redirection, how is it done? Htaccess or some way in WP? Because if it’s in htaccess (and it’s the first rule) then any URL should first go to https (404 or not) and then if needed get redirected.
    If it’s done in WP in some way then it depends on hook priorities between that code and ours.

    I’d def move the HTTP -> https redirection to htaccess and then redirects should work regardless of the initially requested protocol.

Viewing 1 replies (of 1 total)
  • The topic ‘http redirect’ is closed to new replies.