Skip to content
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

Redirect URLs #4

Closed
peterdesmet opened this issue May 30, 2015 · 10 comments
Closed

Redirect URLs #4

peterdesmet opened this issue May 30, 2015 · 10 comments
Assignees

Comments

@peterdesmet
Copy link
Member

The list of URLs to be redirected can be found here. This list will only be complete once all standards have been moved.

See #3 on how to implement the redirects (Apache mod_rewrite).

@peterdesmet
Copy link
Member Author

I assume the redirect mechanism can handle paths after the permanent URL to be redirected as well?

E.g.

http://www.tdwg.org/standards/150
http://www.tdwg.org/standards/150/
http://www.tdwg.org/standards/150/usageInfo/

Are all redirected to https://github.com/tdwg/guid-as

@CynthiaParr-USDA
Copy link
Member

It looks like there is a module already installed on our Typo3 called "RealURL" that allows us to configure the redirects. Stan is reading up on this and it requires Apache "Mod_rewrite"

@CynthiaParr-USDA
Copy link
Member

Suggest that @sblum consult with @timrobertson100 and @mdoering on best approach to these redirects.

@mdoering
Copy link
Contributor

mdoering commented Jun 3, 2015

We also need to maintain rewrite rules for the rs.tdwg.org domain. These are more complex as they are also used to resolve term URIs, for example http://rs.tdwg.org/dwc/terms/organismName

I would propose we maintain a proper apache rewrite rule file for each domain in this project that we then can just use in the apache configs? I have uploaded the existing apache virtual host files from the current tdwg servers: https://github.com/tdwg/infrastructure/tree/master/vhosts

The rs.tdwg.org file in particular contains lots of rewrite rules already

@mdoering
Copy link
Contributor

mdoering commented Aug 8, 2015

www.tdwg.org redirects have been done for the standard urls: https://github.com/tdwg/infrastructure/blob/master/vhosts/www.tdwg.org.conf

@mdoering
Copy link
Contributor

mdoering commented Aug 8, 2015

The following cnames still need to be done:

  • rs.tdwg.org
  • tapir.tdwg.org
  • lsid.tdwg.org
  • lists.tdwg.org (mailman)
  • wiki.tdwg.org

Is any of those no longer needed?

@peterdesmet
Copy link
Member Author

Thanks @mdoering. 3 standard URLs are not yet forwarded (no repo yet), but http://ww1.tdwg.org/standards/449 (TAPIR) currently does not forward to https://github.com/tdwg/tapir

Don't know about the other cnames...

@peterdesmet
Copy link
Member Author

Didn't read this comment. Tapir link is now solved. For the other redirects, I will ping you once the repo's have been set up.

Regarding the other cnames: probably best to ask in a separate issue, so this one can be closed.

@peterdesmet
Copy link
Member Author

This file now contains all redirects for standards. Closing issue.

@mdoering
Copy link
Contributor

Created new issues for the remaining cnames:

#53
#59
#60
#16
tdwg/tapir#5

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants