# HG changeset patch
# User Chris Cannam
# Date 1510142196 0
# Node ID 4e8315c4ff5e25951b539391ba4f0ccfcc23e3ac
# Parent 86e6192659db8dde99b5cbcfe063074dc6ccd24a
Verbiage & CMN proxying
diff -r 86e6192659db -r 4e8315c4ff5e classical/classical.html
--- a/classical/classical.html Tue Nov 07 16:15:07 2017 +0000
+++ b/classical/classical.html Wed Nov 08 11:56:36 2017 +0000
@@ -48,7 +48,7 @@
Kol Nidrei for cello and orchestra by Max Bruch
-Example SPARQL queries:
+Example SPARQL queries. (These links load a query into the query editor, but you will still need to press the query button on the right of the editor to run the query.)
- Composers born in the same year as JS Bach
- Works in F minor
diff -r 86e6192659db -r 4e8315c4ff5e cmn/.htaccess
--- a/cmn/.htaccess Tue Nov 07 16:15:07 2017 +0000
+++ b/cmn/.htaccess Wed Nov 08 11:56:36 2017 +0000
@@ -1,4 +1,12 @@
-#RewriteEngine on
-#RewriteBase /cmn
+RewriteEngine On
+RewriteBase /cmn
-#RewriteRule ^(.*)$ http://localhost:6666/conductor/$1 [P]
+RewriteRule ^$ index.html [L]
+
+RewriteRule store(.*) http://localhost:2165/cmn/cliopatria/yasgui/index.html [P]
+RewriteRule sparql http://localhost:2165/cmn/cliopatria/sparql [P]
+RewriteRule cliopatria/(.*) http://localhost:2165/cmn/cliopatria/$1 [P]
+RewriteRule ^(.*)\.(html|css|mov)$ - [P]
+
+RewriteRule ^(.*)$ http://localhost:2164/$1 [P]
+