Jump to content

Chrome 57 siti "non sicuri" migrazione a SSL HTTPS Hosting Netsons


Recommended Posts

Ciao, anche se inutile visti i pagamenti su piattaforma PayPal voglio abilitare SSL per togliere le scritte "non sicuro" di chrome e Firefox ecc che stanno allontando i clienti dal mio shop.

 

Ho contattato Netsons il mio Host e mi vogliono vendere un certificato "Domain Validated" a 45€ + IVA.

E mi hanno detto che loro installano solo il certificato e lo associano al dominio mentre per le modifiche a lato codice devo vedermela io.

 

Ora la domanda è questa:

 

COSA SI INTENDE PER MODIFICHE LATO CODICE?

 

Io ho capito così:

 

  1. Compro e faccio abilitare il certificato SSL sul dominio;
  2. Entro in Prestashop -->impostazioni-->generale--> abilita SSL
  3. Aggiungo al file Acces: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourdomain.com/$1 [R=301,L]
  4. Entro in wordpress -->impostazioni-->generale--> cambio Da HTTP://miodominio.it a HTTPS://miodominio.it
  5. Aggiungo al file Acces: 
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} folder
    RewriteRule ^(.*)$ https://yourdomain.com/folder/$1 [R=301,L]
     
    é la procedura giusta? Ne sarei grato se qualcuno mi descrive questa procedura da fare.
     
    Ho installato Prestashop nella Home e Wordpress in una sottodirectory "blog".
     
    Grazie!

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...