annotate .htaccess @ 19:1e79ce3ff5f5 tip

Simplify and cut some non-working resource paths
author Chris Cannam
date Wed, 08 Nov 2017 15:27:23 +0000
parents 1e44d666ced1
children
rev   line source
Chris@0 1 Options -MultiViews
Chris@0 2 Options +FollowSymLinks
Chris@0 3
Chris@0 4
Chris@0 5 AddType application/rdf+xml .rdf
Chris@0 6 AddType application/rdf+xml .rdfs
Chris@0 7 AddType text/rdf+n3 .n3
Chris@0 8
Chris@0 9 RewriteEngine On
Chris@0 10 RewriteBase /
Chris@0 11
Chris@0 12 RewriteRule ^$ dbtune.html [L]
Chris@0 13
Chris@0 14
Chris@0 15