The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Great! Check out http://gunsgrubandgold.com now
It goes to https://www.gunsgrubandgold.com for me Last one that still isn't working: http://www.gunsgrubandgold.com does not go to https. At the very, very end of your .htaccess, could you uncomment this: Code:
RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} |
#22
|
||||
|
||||
ok changed it
--------------- Added [DATE]1381804476[/DATE] at [TIME]1381804476[/TIME] --------------- Looks like it blew up... |
#23
|
||||
|
||||
Alright, got the error - let's uncomment again. Let me figure out what it's clashing with.
Will post back in a sec- Thanks! |
#24
|
||||
|
||||
Ok, Thanks!!! Will be waiting...
|
#25
|
||||
|
||||
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 |
#26
|
||||
|
||||
Thanks. The last one still does not redirect to https... thx Here is the htaccess:
RewriteEngine on RewriteCond %{HTTP_HOST} !^www.XXXXXXXXXXXXX.com$ [NC] RewriteRule ^(.*)$ https://www.XXXXXXXXXXXXXX.com/$1 [R=301,L] RewriteEngine on RewriteCond %{HTTP_HOST} http://www.XXXXXXXXXX.com$ [NC] RewriteRule ^(.*)$ https://www.XXXXXXXXXXXXXXXXX.com/$1 [R=301,L] |
#27
|
||||
|
||||
Redirects for me! Try in an incognito tab, so nothing is cached. I think you are good to go Click this one:
http://www.gunsgrubandgold.com --------------- Added [DATE]1381806594[/DATE] at [TIME]1381806594[/TIME] --------------- Oops, it was working a second ago - back to http now. Did you change anything recently? |
#28
|
||||
|
||||
Yea, damn, what should I change back the first or the second?
|
#29
|
||||
|
||||
Just try each of these (individually)
https://vborg.vbsupport.ru/showpost....4&postcount=25 Save .htaccess, then click this link: http://www.gunsgrubandgold.com One of them was properly redirecting that to https |
#30
|
||||
|
||||
I got it! I added this under the first rule:
RewriteCond %{SERVER_PORT} !443 RewriteRule (.*) https://www.gunsgrubandgold.com [R=301,L] Does it work for you now? --------------- Added [DATE]1381806956[/DATE] at [TIME]1381806956[/TIME] --------------- Thanks! I think that fixed the redirect error when logging in when I would put www.gunsgrubandgold.com in the browser --------------- Added [DATE]1381806996[/DATE] at [TIME]1381806996[/TIME] --------------- Please confirm that t works. The reason I was asking is should I go through this post and delete the htaccess info, is it a security risk? Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|