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

Redirection for DASH-IF IOP Identifiers #40

Open
haudiobe opened this issue May 28, 2019 · 2 comments
Open

Redirection for DASH-IF IOP Identifiers #40

haudiobe opened this issue May 28, 2019 · 2 comments

Comments

@haudiobe
Copy link
Collaborator

Please provide an ability that DASH-IF IOP Identifiers collected here https://dashif.org/identifiers/introduction/ and that start with http://dashif.org/guidelines to be redirected to where they are defined. This requires the redirection functionality on the github based web page.

@acbegen
Copy link
Collaborator

acbegen commented May 4, 2020

An example being http://dashif.org/guidelines/clearKey

@wilaw
Copy link
Member

wilaw commented May 4, 2020

We can redirect any page using

<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to https://example.com/</title>
<meta http-equiv="refresh" content="0; URL=https://example.com/">
<link rel="canonical" href="https://example.com/">

How do you get github pages to accept a directory URL such as http://dashif.org/guidelines and use that to load a default such as http://dashif.org/guidelines/index.html which we can then redirect using the page code above?

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