Replies: 0
Hello everyone, I am a beginner in website building but really enjoy wordpress.
When I use validator.w3.org link checker, all my page except the home page show a redirection:
Line: xx http://www.MySite.com/?p=xxx redirected to http://www.MySite.com/Mypage/
Status: 301 -> 200 OK
The code source show: <link rel=’shortlink’ href=’https://www.MySite/?p=xxx’ />
(My permalinks setting is on ‘postname’)
This kind of /?p= url structure is named shortlink or query string??
Does it need to be repaired?
Thank by advance