Open bvanvugt opened 9 years ago
Sorry for the really long wait time on this, had completely missed it!
What's the use case for this?
@jussi-kalliokoski I guess @bvanvugt never checks his notifications haha 😂
I can help out here though! Our use-case is: as part of our deployment process, we have a custom URL structure with Jekyll where we want any URL that matches example.com/path/
to route back to example.com/path
with a custom HTML file with a redirect in it.
Does that make sense? Let me know if you need clarification!
This sounds particularly useful for getting pages to redirect to clean URLs automatically. IE page.html -> page/index.html
@jlev that is our exact use case!
In particular, we're using this for relative WebsiteRedirectLocation properties.