- Joined
- Dec 28, 2019
- Messages
- 15
- Likes
- 6
- Degree
- 0
Hi guys,
I'm trying to solve a redirection chain issue where old urls need to be redirected to the correct new one directly. Currently, the problem is that it is being redirected twice and possibly three times, and I'm trying to get it to be direct ie once.
For example:
Source
Target
The problem is that currently, it is taking 2 steps:
I think the issue is that it is going from http to https at the server level, and then redirecting to the new-page-name when it gets to the redirection-plugin in WP.
This must be a common problem which is hopefully simple to solve. Or is it ok to leave it as is with two 301 hops?
I'm trying to solve a redirection chain issue where old urls need to be redirected to the correct new one directly. Currently, the problem is that it is being redirected twice and possibly three times, and I'm trying to get it to be direct ie once.
For example:
Source
http://www.domain.com/old-page-name
Target
https://www.domain.com/new-page-name
The problem is that currently, it is taking 2 steps:
http://www.domain.com/old-page-name
https://www.domain.com/old-page-name
https://www.domain.com/new-page-name
I think the issue is that it is going from http to https at the server level, and then redirecting to the new-page-name when it gets to the redirection-plugin in WP.
This must be a common problem which is hopefully simple to solve. Or is it ok to leave it as is with two 301 hops?
Last edited by a moderator: