Jump to content

Avoid landing page redirects


hkikis

Recommended Posts

Καλά μη τρελένεσε με το 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 by sanctusmob (see edit history)
Link to comment
Share on other sites

Με έσωσες!!
Παίζω 89-90 στο page speed και μόλις ενεργοποιούσα το SSL έπεφτα στο 75 λόγω των redirect.

Λίγα ακόμα πραγματάκια μου μένουν να το πλησιάσω στο 100 :D:D

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...