View Single Post
01-20-15, 05:42 AM   #23
atl77
A Chromatic Dragonspawn
Join Date: Oct 2014
Posts: 179
Originally Posted by nelegalno2 View Post
unless there is a way I don't know about to enforce it from HTML...
One could use a JS script to do just that:

Code:
location.protcol === 'https:' && (location.href = location.href.replace(/^https/i, "http"));
  Reply With Quote