File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+
2525RewriteCond %{HTTP_ACCEPT} text/html [OR]
2626RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
2727RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
28- RewriteRule ^scicat$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/pizza /html/ [R=303 ,L]
28+ RewriteRule ^scicat$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/scicat /html [R=303 ,L]
2929
3030# Rewrite rule to serve RDF/XML content
3131RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR ]
@@ -44,7 +44,7 @@ RewriteRule ^scicat$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/scicat
4444
4545# Default response
4646# Rewrite rule to serve the RDF/XML content from the diso IRI by default
47- RewriteRule ^scicat$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/pizza /html/ [R=303 ,L]
47+ RewriteRule ^scicat$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/scicat /html [R=303 ,L]
4848
4949
5050# pizza
@@ -74,9 +74,7 @@ RewriteRule ^pizza$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/pizza/p
7474# Default response
7575# Rewrite rule to serve the RDF/XML content from the diso IRI by default
7676RewriteRule ^pizza$ https://fs-ec.pages.desy.de/scicat/datamodel-sandbox/pizza/html/ [R=303 ,L]
77-
78-
79-
77+
8078
8179# sandbox home
8280#==============
You can’t perform that action at this time.
0 commit comments