Announcement
Collapse
No announcement yet.
HTTPS automatic redirect with .htaccess
Collapse
X
-
Cats were sleeping with dogs, the Sun has risen in the West. Editing Login, Core and Vbulletin URLS to https fixed the problem though.
-
Mine just uses this without issue:
Code:RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Leave a comment:
-
HTTPS automatic redirect with .htaccess
Edited the .htaccess file with
Code:RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
ThanksTags: None
Related Topics
Collapse
-
by OrdoviciumI use the .htaccess file to run vB5, and I guess there might be the issue. I have some directories, which are not part of the forum. E.g. Testing, SQLBackup, Stats,..
When I try to access these...-
Channel: Support Issues & Questions
Mon 29 Aug '16, 3:59pm -
-
by SneijderJust realised there's actually 3 domains to sort..
and
...-
Channel: vB Cloud Support & Troubleshooting.
Fri 31 Mar '17, 4:50pm -
Leave a comment: