dkmfbk/premon/master/src/site/resources/ontology/.htaccess - Htaccess File

dkmfbk/premon/master/src/site/resources/ontology/.htaccess

# In order to enforce HTTP access (vs HTTPS access) the following
# directives should be added to the main Apache configuration file
#
# <VirtualHost *:80>
#     RewriteEngine   on
#     RewriteCond %{REQUEST_URI} !^/ontology
#     RewriteRule (.*) https://premon.fbk.eu$1 [R=301,L]
# </VirtualHost>
#
# <VirtualHost *:443>
#     RewriteEngine   on
#     RewriteCond %{REQUEST_URI} ^/ontology
#     RewriteRule (.*) http://premon.fbk.eu$1 [R=301,L]
# </VirtualHost>

Options MultiViews
AddType application/rdf+xml .owl
AddType application/n-triples .nt
AddType text/turtle .ttl
AddType application/ld+json .jsonld

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_URI

Comments

Apache