Question Enable HTTPS

Status
Not open for further replies.
If you change your forum URL in the vBulletin Options to include HTTPS, then add this to your .htaccess file:
Code:
	RewriteCond %{HTTPS} off
	RewriteRule (.*) https://www.clubforo.com/$1 [R=301,L,QSA]
it should work fine :)
 
My .htaccess file:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://www.clubforo.com/$1 [R=301,L,QSA]

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
</IfModule>

He tells me the page is redirecting properly.
 
Friend I'm using your seo plugin dragon lite.

Now I want my urls work with https, not http. Why I put your code that told me and I get the page is redirecting wrong.
 
In that case I don't know, sorry :(

Could you please try asking vBulletin support, as they will be more experienced in this matter? Redirecting from HTTP to HTTPS is 100% unrelated to DragonByte SEO anyway, so they shouldn't have any issues answering your query.

Sorry I couldn't be of more help :(
 
Hello zahiht,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top