forked from perma-id/w3id.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
52 lines (43 loc) · 3.1 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Options +FollowSymLinks
RewriteEngine on
#Rewrite rules for Thesis RO Pegasus Montage 2015
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^wicuspegasusmontage$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Montage/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^wicuspegasusmontage$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Montage/description.ttl [R=303,L]
RewriteRule ^wicuspegasusmontage$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Montage/ [R=303,L]
RewriteEngine on
#Rewrite rules for Thesis RO Pegasus Epigenomics 2015
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^wicuspegasusepigenomics$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Epigenomics/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^wicuspegasusepigenomics$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Epigenomics/description.ttl [R=303,L]
RewriteRule ^wicuspegasusepigenomics$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Epigenomics/ [R=303,L]
RewriteEngine on
#Rewrite rules for Thesis RO Pegasus Soykb 2015
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^wicuspegasussoykb$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Soykb/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^wicuspegasussoykb$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Soykb/description.ttl [R=303,L]
RewriteRule ^wicuspegasussoykb$ http://idafensp.github.io/ResearchObjects/WICUS_Pegasus_Soykb/ [R=303,L]
RewriteEngine on
#Rewrite rules for Thesis RO dispel4py Astro 2015
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^wicusdispel4pyastro$ http://idafensp.github.io/ResearchObjects/WICUS_dispel4py_astro/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^wicusdispel4pyastro$ http://idafensp.github.io/ResearchObjects/WICUS_dispel4py_astro/description.ttl [R=303,L]
RewriteRule ^wicusdispel4pyastro$ http://idafensp.github.io/ResearchObjects/WICUS_dispel4py_astro/ [R=303,L]
RewriteEngine on
#Rewrite rules for Thesis RO dispel4py xcorr 2015
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^wicusdispel4pyxcorr$ http://idafensp.github.io/ResearchObjects/WICUS_dispel4py_xcorr/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^wicusdispel4pyxcorr$ http://idafensp.github.io/ResearchObjects/WICUS_dispel4py_xcorr/description.ttl [R=303,L]
RewriteRule ^wicusdispel4pyxcorr$ http://idafensp.github.io/ResearchObjects/WICUS_dispel4py_xcorr/ [R=303,L]
RewriteEngine on
#Rewrite rules for Thesis RO Makeflow BLAST 2015
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.*
RewriteRule ^wicusmakeflowblast$ http://idafensp.github.io/ResearchObjects/WICUS_Makeflow_Blast/description.rdf [R=303,L]
RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.*
RewriteRule ^wicusmakeflowblast$ http://idafensp.github.io/ResearchObjects/WICUS_Makeflow_Blast/description.ttl [R=303,L]
RewriteRule ^wicusmakeflowblast$ http://idafensp.github.io/ResearchObjects/WICUS_Makeflow_Blast/ [R=303,L]