Call Us: (855) GO-LICENSE
(855) 695-4236
English
Accuracy is EXTREMELY IMPORTANT to us;
That's why we're always reviewing our answers.

Support Center

The LicenseCube support knowledge base has 234+ articles. These articles will assist you in resolving almost any issue you should face!

Rate This Article

starstarstarstarstar

How do I redirect HTTP requests to HTTPS?

starstarstarstarstar
Art. Nr: 76  |  Rating: 4/5 from 417 votes  |  Last Updated: Sun, May 20, 2012

Forcing your Ubersmith installation to work via SSL is not only a smart choice, but also, responsible. By running all your requests via HTTPS rather than HTTP, you can guarantee that your client’s data will always be safe. To enable this feature, please follow the directions outlined below.

Updating the MySQL Ubersmith Database:

  • Login to your PHPMyAdmin Database Utility
  • Next, select the Ubersmith database and click on "SQL" in the top menu
  • Then, input the following MySQL query into PHPMyAdmin:

    INSERT INTO conf (brand,item,value) VALUES ('-1','ubersmith.forcehttps',1);

  • Once ready, simply click "GO" to perform the changes!

Updating the Ubersmith Configurations:

  • Login to your Ubersmith Instance as Admin
  • Next, go to the "Setup & Admin" option and click on "Company Identity"
  • Within this section, please adjust the URL to be HTTPS rather than HTTP
  • Once ready, simply click "SAVE" to apply the changes!

Should you have any further questions pertaining to your Ubersmith license, please feel free to get in contact with the LicenseCube support team for additional assistance.

This can be done via .htaccess rewrite to have always https/SSL redirection. This will increase the trustability and get your hosting customers more confident.

Posted by PatrickB - Thu, Jul 19th, 2012

Yes .htaccess port redirection and you will have the SSL forwarded on each request.

Posted by Bushe - Tue, Jun 19th, 2012

You can force https SSL access with .htaccess file.

Posted by Suzan - Tue, Jun 12th, 2012

Post your Comments