• balletphysio

    (@balletphysio)


    Hello everyone,

    I’m trying to update the URL of my page and it saves it but it goes to a different page that is “archived”

    Please help.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • It seems like your page might be conflicting with another page or post, which could be causing it to redirect to the archived page.

    You can check this following steps:

    • Go to Settings > Permalinks and click “Save Changes” without making any changes. This can refresh your permalink structure.
    • Ensure that the slug (URL) you’re trying to use for your page is unique and not being used by another page, post, or category.
    • If you have a redirection plugin installed, check its settings to see if there are any rules redirecting your URL to the archived page.

    The permalink /courses/ is being re-directed to /courses-updated/ by the Redirection plugin.

    Get into this plugin’s settings and remove the entry.

    >> curl -I https://balletphysio.com/courses/
    
    HTTP/1.1 301 Moved Permanently
    Date: Fri, 25 Oct 2024 17:43:40 GMT
    Server: Apache
    Expires: Fri, 25 Oct 2024 18:43:41 GMT
    Cache-Control: max-age=3600
    X-Redirect-By: redirection
    Upgrade: h2,h2c
    Connection: Upgrade
    Location: /courses-updated/
    Vary: Accept-Encoding
    Content-Length: 0
    Content-Type: text/html; charset=UTF-8
    
    HTTP/1.1 200 OK
    Date: Fri, 25 Oct 2024 17:43:41 GMT
    Server: Apache
    Last-Modified: Fri, 25 Oct 2024 15:24:17 GMT
    Cache-Control: max-age=0
    Expires: Fri, 25 Oct 2024 17:43:41 GMT
    Vary: Accept-Encoding
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    • This reply was modified 1 month ago by George Appiah. Reason: Added curl output as proof
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.