redirect to https

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
fgazza
Veteran Member
Posts: 205
Joined: 2019-04-30 17:37

redirect to https

Post by fgazza » 2019-08-11 09:41

Hi everyone,
I would like to solve the annoying problem of the "unsafe site" message that appears in the browser navigation bar. In reality the problem is not the message but the fact that the non-https navigation is actually not safe.
Here is my question:
how can I set up an automatic redirect of the whole site created with appgini on https protocol?

Thanks to those who can help me.

Fabiano

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: redirect to https

Post by onoehring » 2019-08-11 16:26

Hi Fabiano,

as AppGini works fine with https (applications I generated work fine over https)

a) just set up your webprovider to forward http to https.
b) Google how to set up .htaccess to forward all http to https ( see: https://stackoverflow.com/questions/139 ... w#13997498 )
c) correct your navigation links. Make sure, all links and images etc. are requested using https

Olaf

Post Reply