HTTPS weird issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Doc Fluty
    Member
    • Feb 2011
    • 79

    [Forum] HTTPS weird issue

    I had an SSL, it hasn't been active in months.

    I have went into Site Name / URL / Contact Details and removed any reference to HTTPS... but when I go to my forum I still see the HTTPS reference in the address bar.

    I have went into htaccess and found the only active reference to https is this:

    <IfModule mod_rewrite.c>
    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
    </IfModule>

    any idea on what im doing wrong?

    is there something in my vbseo that im missing?

    I feel is causing redirect issues and causing the site to be slower than it should...

    any ideas on how to correct this?

    the forum is at

    https://www.bootcamp4me.com/military-forum/forum.php
    Want to join the military? Visit this military forum.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73979

    #2
    When I go to your site, even using the https link you provided, it redirects me to the non-secure version. Do you have the same problem if you access the site without https:// in the url?
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Doc Fluty
      Member
      • Feb 2011
      • 79

      #3
      It seems to only do it in certain browsers...

      If i view it in firefox i see the https, when i view it in chrome i dont.... and on safari i see it (im on a mac)

      I tried flushing the cache.. but it still seems to be there...
      Want to join the military? Visit this military forum.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73979

        #4
        I tried it in Firefox and Chrome... Didn't experience the issue in either.

        You need to contact your hosting provider and ask if they can see any kind of redirection setup.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        Related Topics

        Collapse

        Working...