hkikis Posted September 17, 2018 Share Posted September 17, 2018 Παιδιά έχει βγάλει κανένας άκρη με αυτό το σημείο του prestashop? Από την στιγμή που ενεργοποίηση το SSL το βγαζει.http://prntscr.com/kvjweh Μου έριξε το google speed insights 6 βαθμούς :/ Link to comment Share on other sites More sharing options...
sanctusmob Posted September 19, 2018 Share Posted September 19, 2018 (edited) Καλά μη τρελένεσε με το insights. Αυτό που σου λέει είναι ότι όταν γράφεις για να μπεις στο domain κάνεις ένα redirect για να βάλεις το www και μετά κάνεις ένα ακόμη redirect για να το κάνεις σε https. Θα πρέπει να τα κάνεις με ένα redirect... Που και πως κάνεις το redirect σε https και preferred domain ? Για htaccess αυτά είναι τα rule. #Redirect non www to https www RewriteCond %{HTTP_HOST} ^musclebody.gr [NC] RewriteRule ^(.*)$ https://www.musclebody.gr/$1 [L,R=301] #Enable https to all pages RewriteCond %{HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] Edited September 19, 2018 by sanctusmob (see edit history) Link to comment Share on other sites More sharing options...
hkikis Posted September 20, 2018 Author Share Posted September 20, 2018 Με έσωσες!! Παίζω 89-90 στο page speed και μόλις ενεργοποιούσα το SSL έπεφτα στο 75 λόγω των redirect. Λίγα ακόμα πραγματάκια μου μένουν να το πλησιάσω στο 100 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now