Skip to main content

URL Redirect 301 blog.example.com to example.com/blog

Comments

3 comments

  • Platform.sh DevRel

    I have checked manually and also checking on online redirect check tool such such as https://redirectchecker.com is also show me same issue

    I want to redirect blog.example.com to example.com/blog any idea?

    0
  • Tyler Mills

    I believe adding this route will be sufficient. Please circle back if you need more help :+1:

    # routes.yaml
    "https://blog.{default}/":
        type: redirect
        to: "https://{default}/blog"
    
    0
  • Platform.sh DevRel

    It is working now thank you so much.

    0

Please sign in to leave a comment.