Looking for Advice: Website Redirect Problem

axeboy123

Registered Member
Joined
Jan 7, 2017
Messages
63
Reaction score
112
I'm struggling to fix a redirect problem I'm having.

Basically, my website redirects twice before people even get to the home page.

The first redirects to the secure SSL website, and the second redirect removes the triple w.

Where do I change that and what would be the best practice for sending the person to the secure site?

Untitled5.png
 
that's perfectly normal.

best practice is for you to pick your preferred domain (e.g. with https and without www) and only use that for building links and adding to Search Console etc. If you never use other versions, nobody else will either. The only exception is that sometimes people will type "randomdomain.com", but a redirect is expected in that case.
 
I'm struggling to fix a redirect problem I'm having.

Basically, my website redirects twice before people even get to the home page.

The first redirects to the secure SSL website, and the second redirect removes the triple w.

Where do I change that and what would be the best practice for sending the person to the secure site?

View attachment 109313
when you have rule via .htaccess to enforce with https then if some one try to open via http i will do 301 redirection for sure so its natural
 
Thank you for both of your comments!
 
Back
Top