![]() |
force https with www
I set my vbulletin to https://www.domain.com via cloudflare.
In the forum url settings I also set the same. Sadly my old members bookmarked the forum as http://domain.com it forwards them to https://domain.com instead of https://www.domains.com and multiple mods are not working.... how can i make forward everyone to https and www.? maybe via .htaccess |
Add the following: (Do not duplicate the RewriteEngine On - If it's there once that's good enough)
RewriteEngine On # This will enable the Rewrite capabilities RewriteCond %{SERVER_PORT} 80 # This checks to make sure the connection is not already HTTPS – port 80 indicates a non-secured HTTP conection. RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] # This rule will redirect users from their original location to the same location but using HTTPS. # Example: Visitors trying to access http://www.domain.com/somesubsection/ will be redirected to https://www.domain.com/somesubsection/ |
|
All times are GMT. The time now is 07:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|