• Hi folks :0)

    We have an internal page with the YUKI Theme.
    The Adress, as example, is: https://internal-site.com

    Where the Site-Logo is, there is the sitename also, and you can klick it,
    so you end again on https://internal-site.com

    If i move the mouse over that link, it shows me https://… in any browser.
    But, if i finally klick it in Firefox, it allways sends me to http://… on any computer.

    I checked all the links in WordPress and in the theme, all looks good.

    Can anybody tell me what’s wrong?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @castlecreator

    I hope you are doing well today.

    In the first place it will be good to know what is the real domain URL so we could confirm that on our side, just to be sure.

    Please confirm that the WordPress Address (URL) & Site Address (URL) in Settings -> General use HTTPS.

    Can you review your htaccess file and check if there is any suspicious define? If possible use https://pastebin.com/ to share the full htaccess code.

    Just to be sure, can you disable all Firefox add-ons and check if same issue happen?

    Kind Regards,
    Kris

    Thread Starter castlecreator

    (@castlecreator)

    Hi Kris.

    Thanks for your response!

    Don’t relly know what pastebin does.

    The site ist only for internal use, so you can’t confirm that via www.

    I don’t have any addons in firefox.

    Site-Url & Home-Url are both with https, also the permalinks.

    Here is my htaccess-file:

    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /WordPress/
    RewriteRule ^index.php$ – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(..php)$ $2 [L]
    RewriteRule . index.php [L]

    Moderator threadi

    (@threadi)

    Forwarding can also be carried out by the web server. This is then an individual setting on the server – not in the .htaccess. You would also have to check this.

    Otherwise you would have to check the HTTP header to see if it says which component sets the redirection.

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

The topic ‘In Firefox only: Link shows https but klick goes to http’ is closed to new replies.