Mercurial > hg > dbtune-site
view classical/.htaccess @ 11:d95267afa12a
Notes on unavailability of resources
author | Chris Cannam |
---|---|
date | Tue, 07 Nov 2017 11:21:26 +0000 |
parents | a6c39acf6005 |
children |
line wrap: on
line source
RewriteEngine On RewriteBase /classical RewriteRule ^$ classical.html [L] RewriteRule store(.*) http://localhost:2145/classical/cliopatria/yasgui/index.html [P] RewriteRule sparql http://localhost:2145/classical/cliopatria/sparql [P] RewriteRule cliopatria/(.*) http://localhost:2145/classical/cliopatria/$1 [P] RewriteRule ^(.*)\.(html|css|mov)$ - [P] RewriteRule ^(.*)$ http://localhost:2144/$1 [P]