Redirects 308 from http://

Hi,
Is it possible to get http:// insecure protocol to redirect directly to the given https:// version with 301 status?

Instead of this:
http://www.trodevi.com (308) → https://www.trodevi.com (301) → https://trodevi.com
Get this:
http://www.trodevi.com (301) → https://trodevi.com

The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.

You can also use v0 to narrow down the possibilities.

Hello,

This was intentional given that 308 is the correct status code to use nowadays, see the documentation: 308 Permanent Redirect - HTTP | MDN. 301 has some flaws like form data not going through.

1 Like

but is it possible to redirect immediately to https://trodevi.com without the extra step to https://www.trodevi.com?

Unfortunately no, it’s required as per web standard. You can see any popular website like Google or Facebook also do the same.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.