Skip to content

Commit

Permalink
0x1 Academy
Browse files Browse the repository at this point in the history
Make files point to 0x1.academy
  • Loading branch information
dAAAb committed Oct 28, 2018
1 parent ea29542 commit 0b5b8fa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 0x1/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://0x1.academy/ [R=302,L]
RewriteRule ^v1$ https://0x1.academy/schema/1.2/context.json [R=302,L]
RewriteRule ^v2$ https://0x1.academy/schema/2.0/context.json [R=302,L]
RewriteRule ^v2\.1$ https://0x1.academy/schema/2.1/context.json [R=302,L]
RewriteRule ^(.*)$ https://0x1.academy/$1 [R=302,L]
17 changes: 17 additions & 0 deletions 0x1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 0x1 Academy


Homepage:

https://w3id.org/0x1


JSON-LD contexts:

https://w3id.org/0x1/v1
https://w3id.org/0x1/v2
https://w3id.org/0x1/v2.1

Contacts:

[email protected]

0 comments on commit 0b5b8fa

Please sign in to comment.