hi
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...
Announcement
Collapse
No announcement yet.
https redirection
Collapse
X
Related Topics
Collapse
-
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 -