Error pop-up when entering my forum.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • enCyde
    Member
    • Jul 2013
    • 37
    • 5.0.X

    #16
    Originally posted by Mark.B
    You need to redirect non-www to www. This is a server operation, rather than a vBulletin operation.Your hosts can help with this if you're not sure how to do it.
    added to my htaccess

    HTML Code:
    RewriteCond %{HTTP_HOST} ^sixthgengaming.com$ [NC]
    RewriteRule (.*) http://www.sixthgengaming.com/$1 [R=301,L]
    Now it works even better. Thanks

    Comment

    Related Topics

    Collapse

    Working...