Redirection issue with some forum topics
-
Sometimes it happens that a topic is not accessible and the browser complains that the page is not redirecting properly. IIRC, I’ve encountered this problem a few times during the last weeks. I think it has to do with some special characters that have been used in the topic title.
I’ve added the
modlooktag to such a topic I happened to encounter in my plugin’s support forum. I’m not pasting the link so as to avoid any URL encoding done by the browser when copying the URL.Trying with
curlresults in a redirection loop:curl -I -L https://wordpress.org/support/topic/structured-data-type-%C2%ABnewsarticle%C2%BB-and-%C2%ABstructured-data%C2%BB-just-for-amp-posts HTTP/1.1 302 Found Server: nginx Date: Tue, 01 Mar 2016 18:52:18 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Strict-Transport-Security: max-age=360 Location: https://wordpress.org/support/topic/structured-data-type-%c2%abnewsarticle%c2%bb-and-%c2%abstructured-data%c2%bb-just-for-amp-posts X-Frame-Options: SAMEORIGIN X-nc: HIT lax 249 HTTP/1.1 302 Found Server: nginx Date: Tue, 01 Mar 2016 18:52:18 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Strict-Transport-Security: max-age=360 Location: https://wordpress.org/support/topic/structured-data-type-%c2%abnewsarticle%c2%bb-and-%c2%abstructured-data%c2%bb-just-for-amp-posts X-Frame-Options: SAMEORIGIN X-nc: HIT lax 249 HTTP/1.1 302 Found Server: nginx Date: Tue, 01 Mar 2016 18:52:18 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Strict-Transport-Security: max-age=360 Location: https://wordpress.org/support/topic/structured-data-type-%c2%abnewsarticle%c2%bb-and-%c2%abstructured-data%c2%bb-just-for-amp-posts X-Frame-Options: SAMEORIGIN X-nc: HIT lax 249 HTTP/1.1 302 Found Server: nginx Date: Tue, 01 Mar 2016 18:52:18 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Strict-Transport-Security: max-age=360 Location: https://wordpress.org/support/topic/structured-data-type-%c2%abnewsarticle%c2%bb-and-%c2%abstructured-data%c2%bb-just-for-amp-posts X-Frame-Options: SAMEORIGIN X-nc: HIT lax 249Could a moderator or admin please check what might be causing it?
Thanks in advance.
The topic ‘Redirection issue with some forum topics’ is closed to new replies.