You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description
The "permanent URL" for Audubon Core is http://www.tdwg.org/standards/638 . However, there is currently no redirection from that to the actual landing page of the standard. In the past, there was a server script on the server running the website that accomplished the redirection. However, I'm not aware that there is a way to accomplish something like a 303 redirect on Github pages.
It seems like this could be fixed by creating a subdirectory of the standards directory called "638", then in an index.md file, place the javascript to redirect to the landing page https://www.tdwg.org/standards/ac/. I think this should work:
although I'm not sure that I understand the process of regenerating the website well enough to know for sure. I'm not sure if this would have any effect on the navigation links or if they are all manually created anyway.
This redirection from permanent URL to landing page needs to be done for all of the standards, but testing it with AC would be a start.
What is wrong? What were you expecting instead?
The text was updated successfully, but these errors were encountered:
Page(s) where issue occurs
Issue description
The "permanent URL" for Audubon Core is http://www.tdwg.org/standards/638 . However, there is currently no redirection from that to the actual landing page of the standard. In the past, there was a server script on the server running the website that accomplished the redirection. However, I'm not aware that there is a way to accomplish something like a 303 redirect on Github pages.
It seems like this could be fixed by creating a subdirectory of the standards directory called "638", then in an index.md file, place the javascript to redirect to the landing page https://www.tdwg.org/standards/ac/. I think this should work:
although I'm not sure that I understand the process of regenerating the website well enough to know for sure. I'm not sure if this would have any effect on the navigation links or if they are all manually created anyway.
This redirection from permanent URL to landing page needs to be done for all of the standards, but testing it with AC would be a start.
The text was updated successfully, but these errors were encountered: