Mercurial > hg > dbtune-site
annotate cmn/.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 | 4e8315c4ff5e |
children |
rev | line source |
---|---|
Chris@14 | 1 RewriteEngine On |
Chris@14 | 2 RewriteBase /cmn |
Chris@0 | 3 |
Chris@14 | 4 RewriteRule ^$ index.html [L] |
Chris@14 | 5 |
Chris@14 | 6 RewriteRule store(.*) http://localhost:2165/cmn/cliopatria/yasgui/index.html [P] |
Chris@14 | 7 RewriteRule sparql http://localhost:2165/cmn/cliopatria/sparql [P] |
Chris@14 | 8 RewriteRule cliopatria/(.*) http://localhost:2165/cmn/cliopatria/$1 [P] |
Chris@14 | 9 RewriteRule ^(.*)\.(html|css|mov)$ - [P] |
Chris@14 | 10 |
Chris@14 | 11 RewriteRule ^(.*)$ http://localhost:2164/$1 [P] |
Chris@14 | 12 |