jekyll / jekyll-redirect-from

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

Redirect does not redirect to the same location #146

Closed jwillmer closed 7 years ago

jwillmer commented 7 years ago

The plugin jekyll-redirect-form does not redirect from this url to this one. Instead it redirects to my blog. The blog domain is added as a custom domain to another GitHub repor that hosts my blog. This is the link to the file with the specified redirect.

I also opened the same issue at the theme repository.

jekyllbot commented 7 years ago

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

jwillmer commented 7 years ago

It is still reproducible, any idea why this happens or how to fix it?

FYI: The bot is pretty annoying if no one cares to answer.

benbalter commented 7 years ago

@jwillmer Can you provide the YAML front matter of the page in which you're implementing the redirect? What's the intended behavior?

jwillmer commented 7 years ago

Please read my initial description. You will find both your questions answered.

pathawks commented 7 years ago

The redirect is being generated as /blog/features/YAML-Features

The correct URL will be generated if you change baseurl to "jekyllDecent" in _config.yml

This should be happening automatically on GitHub pages; not sure why that's not happening. At any rate, the plugin will do the right thing if baseurl is set properly :beers::+1: