Announcement
Collapse
No announcement yet.
https redirection
Collapse
X
-
You need to talk to your hosting provider. They need to provide you with the correct .htaccess code to handle the redirection specific to your server. The code above should work on most servers but it is dependent on the server's configuration. vBulletin doesn't actually handle redirection from http to https. It simply uses the URL provided in the AdminCP for any links. It has no control over incoming links it doesn't print in its HTML. -
I've checked on Google chrome as well, and redirections does not work. I made some test with mâine website and redirection seems to work well. Any other ideas how I can fix this redirection?Leave a comment:
-
IE might not be sending the correct request headers. IE is abandoned software and hasn't been developed for almost 5 years now. The redirect in .htaccess should occur before the browser gets the page so the browser cache shouldn't affect this. You'll need to ask your hosting provider for additional help on this. They may have other rules to work around the issue in IE.Leave a comment:
-
Hi, thanks for reply.
It does work only on Opera browser, doesn't make any changes in IE. Or is because of cache?Leave a comment:
-
Open the .htaccess that we provide. Change:
Code:#To redirect users to the secure version of your site, uncomment the lines below #RewriteCond %{HTTPS} !=on #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Code:#To redirect users to the secure version of your site, uncomment the lines below RewriteCond %{HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
If that does not work, then you need to contact your host for the specific code that works for your server.Leave a comment:
-
https redirection
Hi again.
I got issue with redirection.
How I can redirect https://www.domain.co.uk to https://domain.co.uk ?
I've added redirection on hosting panel but looks like there needs some httaccess modification as well.
Thanks.Tags: None
Related Topics
Collapse
-
by cashuhi
Sorry if this topic is repeated. I searched a lot and tried many ways, but it didn't work. I want to change the forum from non-www to www only forum folder because I see 2 different pages...-
Channel: Support Issues & Questions
Sat 2 Apr '22, 11:01pm -
-
by LynneCI need help. How do I fill this in for www.blahblah.org ?
#To redirect users to the secure version of your site, uncomment the lines below
#RewriteCond %{HTTPS} !=on
...-
Channel: Support Issues & Questions
Sun 20 Oct '19, 1:09pm -
-
by online68Hello. I'm hoping that someone can help me out. I'm a novice and I don't know much about this sort of stuff.
I followed the instructions here: https://www.vbulletin.com/forum/arti...foru...-
Channel: Support Issues & Questions
Wed 24 Jan '18, 6:03am -
-
by petecHi,
When you access our forum using HTTPS it all works fine, but if you go to HTTP you get
HTML Code:Object not found! The requested URL was not found on this server. If you entered
-
Channel: Support Issues & Questions
Thu 21 Apr '22, 6:02am -
-
by hydronixEdited the .htaccess file with
Code:RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
-
Channel: Support Issues & Questions
Sun 26 Feb '17, 5:02am -
Leave a comment: