Can't log in

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #16
    I'm sorry for the delay...I can see that my colleague Lynne has now responded to your ticket.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Bryanb
      Senior Member
      • Sep 2003
      • 246
      • 4.2.X

      #17
      Originally posted by Mark.B
      I'm sorry for the delay...I can see that my colleague Lynne has now responded to your ticket.
      No worries. Problem solved thanks to Lynn. Here's what caused the problem:

      You had your site URL set to http://www.yoursite.com but you had a redirect on the server to go from http://www.yoursite.com to http://yoursite.com I have changed the site URL to http://yoursite.com
      The day before I had added this comment to my .htaccess file:

      RewriteCond %{HTTP_HOST} ^www\.mysite\.com [NC]
      RewriteRule ^(.*)$ http://mysite.com/$1 [L,R=301]
      so that Google sees it as one website.

      Simple problem - major issue. Thanks for helping me straighten his out.
      ~ Master of my own Domain ~

      Comment

      Related Topics

      Collapse

      Working...