Support » Plugin: WordPress HTTPS (SSL) » Shared SSL not redirecting stylesheet and other items

  • Resolved matthewboh

    (@matthewboh)


    I have the plug-in loaded, have the shared ssl entry and the page that I want to have redirected is correctly redirected. However, it’s missing the stylesheet and other items.

    For example, it correctly redirects to

    https://shared.site.com/?page_id=3

    However, when you go to look at the header, it shows things like

    <link rel="stylesheet" href="https://www.myregularurl.com/wp-content/themes/theme/love/style.css" type="text/css" media="screen" />

    The code in the header is:
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    Am I supposed to use another function?

    I’m using wordpress-https version 1.9

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Shared SSL not redirecting stylesheet and other items’ is closed to new replies.