blob: 4e4b6f8192341d3a671eea10f1ec40e62d915290 [file] [log] [blame]
AddType text/turtle .ttl
AddType application/rdf+xml .rdf
AddType application/ld+json .jsonld
AddType application/n-triples .nt
AddType application/owl+xml .owl
AddType text/trig .trig
AddType application/n-quads .nq
RewriteEngine on
# Switch http to https
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]