The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Could you try putting this at the bottom of .htaccess?
Code:
RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^(.*)$ https://www.gunsgrubandgold.com%{REQUEST_URI} If that one doesn't work, try this one instead. Put it up top, right beneath our other top rule Code:
RewriteCond %{HTTP_HOST} http://www.gunsgrubandgold.com$ [NC] RewriteRule ^(.*)$ https://www.gunsgrubandgold.com/$1 [R=301,L] following URLs should be going to https://www.gunsgrubandgold.com: https://www.gunsgrubandgold.com http://gunsgrubandgold.com https://gunsgrubandgold.com http://www.gunsgrubandgold.com So far, we've got all but that last one ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|