Mercurial > hg > dbtune-site
annotate classical/.htaccess @ 16:048d2a1c4c89
Don't want these .htaccesses any more, they interfere with the parent one
author | Chris Cannam |
---|---|
date | Wed, 08 Nov 2017 14:06:24 +0000 |
parents | a6c39acf6005 |
children |
rev | line source |
---|---|
Chris@10 | 1 RewriteEngine On |
Chris@10 | 2 RewriteBase /classical |
Chris@10 | 3 |
Chris@10 | 4 RewriteRule ^$ classical.html [L] |
Chris@10 | 5 |
Chris@10 | 6 RewriteRule store(.*) http://localhost:2145/classical/cliopatria/yasgui/index.html [P] |
Chris@10 | 7 RewriteRule sparql http://localhost:2145/classical/cliopatria/sparql [P] |
Chris@10 | 8 RewriteRule cliopatria/(.*) http://localhost:2145/classical/cliopatria/$1 [P] |
Chris@10 | 9 RewriteRule ^(.*)\.(html|css|mov)$ - [P] |
Chris@10 | 10 |
Chris@10 | 11 RewriteRule ^(.*)$ http://localhost:2144/$1 [P] |
Chris@10 | 12 |