-
Notifications
You must be signed in to change notification settings - Fork 32
Ability to setup redirects #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Per-site config sounds good to me. The current format works well enough: https://github.com/jquery/infrastructure/blob/67da0243a68896f6921e058f449b95ac222a0ae5/modules/jquery/manifests/wp/qunitjs.pp#L21-L26 - if this becomes a feature here, it can be just a list of pairs containing "[from] [to]". Or JSON or XML, doesn't really matter. But one location is definitely better then per-post. |
👍 we definitely need something like this. |
I'm 👍 on a per-site config. If we want to remove a page from a specific site now and setup redirects, what's the best way to handle that? |
'Right now' we need to add am nginx redirect rule in our puppet config. I
|
Can anyone own this / get it done? I'd really like to not have to add redirects for everything to our puppet/nginx configs. |
I'm hoping that this would populate a list of redirects / alternates in the wordpress databases/plugins somewhere. Whatever format works best. |
v2.3.0 of grunt-jquery-content adds the redirect.json via #69 |
Either as a per-post config in the post metadata or as a per-site config in the root of the repo.
The text was updated successfully, but these errors were encountered: