• I am encountering a huge Problem. I have an SSL certifacte installed on my server but wordpress enforces http at all times.

    If I access an image directly I can use https
    https://tc-eislingen.de/wp-content/uploads/2018/08/Meister_Herren_65.jpg

    If I try to access any other link like the backend it forces a route to http allways. The htaccess is not at fault. This also happens when I delete it or when I add the https redirect. There is something in the code that forces http allways.

    Changing the site-url and home doesn’t help.

    What can be the problem? How can I catch/debug it?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmm, it still might be something in your .htaccess since when I try to access your robots.txt file, it goes to http://tc-eislingen.de/robots.txt/ instead of https://tc-eislingen.de/robots.txt. If not, then something in WordPress is intercepting to request and changing it. Do you have a plugin that controls permalinks or rewriting?

    Thread Starter mislavboras

    (@mislavboras)

    THANK YOU!!!!!
    I was searching for it all day.
    The All In One Redirection was intercepting..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Https not allowed’ is closed to new replies.