• I don’t really know how to explain it, but for some reason my header doesn’t show up when you go on my site through https://www.nygossipgirl.com, but does show up when it’s nygossipgirl.com – without the www’s. It only has the header in firefox, but is invisible in IE.

    Does anyone know why that is?

    Any help would be great!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmm, not sure what the problem is. When I inspect your code it seems you have two different ways your site is being displayed and it depends on if you’re using www or not. Usually, they should be the same.

    I do have a work around for you, though. Since the non www version works for both Firefox and IE, just redirect all your www’s to the non www version.

    Log into your web hosting control panel and go to your file manager. From there open your .htaccess file in your root directory using the File Editor that comes with your File Manager (should be an “Editor” option up in the toolbar area).

    Once opened, put this code inside your .htaccess file (this is also good for SEO):

    # Remove www from the url
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.nygossipgirl.com$ [NC]
    RewriteRule ^(.*)$ https://nygossipgirl.com/$1 [R=301,L]

    Thread Starter rimma13

    (@rimma13)

    Thanks for your help, for some reason, it went back to being normal. But that’s a great tip and if it happens again, I’ll be sure to use it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Help!!! PLEASE’ is closed to new replies.