The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Still not working
|
#12
|
||||
|
||||
Hmmm.
Code:
# Always Forced http to https RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] |
#13
|
||||
|
||||
I am going to assume that you already have an SSL certificate on your website .... so add this to your htaccess
Code:
#RewriteEngine On # Always use https for secure connections # Replace 'www.example.com' with your domain name # (as it appears on your SSL certificate) RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^example.com$ RewriteRule ^(.*)$ "https\:\/\/www\.example\.com\/$1" [R=301,L] |
Благодарность от: | ||
dorans |
#14
|
|||
|
|||
I dont have SSL certificate i use SSL from cloudflare and cloudflare gives free ssl
|
#15
|
||||
|
||||
Well you did not say this was cloudfare,
I would read this, https://support.cloudflare.com/hc/en...or-Page-Rules- And, https://support.cloudflare.com/hc/en...rking-Why-not- If those make no sense to you, I suggest asking cloudfare how to do it, or to do it for you. |
#16
|
||||
|
||||
Quote:
|
2 благодарности(ей) от: | ||
ozzy47, RichieBoy67 |
#17
|
|||
|
|||
Cloudflare has a nice "Page Rules" page where you can create forwarding rules, not required to create a .htaccess file if you do it on that page.
|
2 благодарности(ей) от: | ||
CAG CheechDogg, ozzy47 |
#18
|
||||
|
||||
Ahh, see that is the same code I had in the first post, other than port 80. If I had known, I could have searched different paramaters for the correct code.
See we learn something everyday. |
#19
|
||||
|
||||
Dave, but those same rules actually get added to your htaccess file if I remember correctly ...
|
#20
|
|||
|
|||
I use this Code
PHP Code:
when i check my site keyword in google and then i click the link or open the still showing like this why not showing direct via --------------- Added [DATE]1418039419[/DATE] at [TIME]1418039419[/TIME] --------------- My htaccess file PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|