Skip to content

Commit

Permalink
Redirect to dev page
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert committed Sep 20, 2018
1 parent 0630546 commit 8c99a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Expand Up @@ -9,11 +9,11 @@ AddType text/turtle .ttl
# Rewrite rule to serve HTML content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/html [OR]
RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml
RewriteRule ^.*$ https://openplanner.team [R=303]
RewriteRule ^.*$ https://openplanner.team/developers.html [R=303]

# Rewrite rule to serve ttl content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/turtle
RewriteRule ^.*$ dcat.ttl [L]

# Default response : Rewrite rule to serve the ttl content from the vocabulary URI by default
RewriteRule ^$ dcat.ttl [L]
RewriteRule ^$ dcat.ttl [L]

0 comments on commit 8c99a64

Please sign in to comment.