jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
787 stars 115 forks source link

Problem with redirect from URL with trailing / #101

Closed alexsb closed 8 years ago

alexsb commented 8 years ago

I'm redirecting from URLs with a trailing slash, here is one example: http://caleydo.org/projects/stratomex/

I use this redirect_from: redirect_from: /projects/stratomex.html as instructed in #84 to overcome the MIME type issue.

Now, this works beautifully locally, for both the version with the trailing slash and without it, but when I host this on github pages, only the version without the trailing slash works:

http://caleydo.org/projects/stratomex

I suspect that's not strictly an issue with jekyll-redirect-from, but I'd appreciate any advice on workarounds.

parkr commented 8 years ago

@alexsb Are you still experiencing this?

alexsb commented 8 years ago

No, this works beautifully now! Thanks, much appreciated.