Mercurial > hg > dbtune-site
changeset 8:96bee13d016e
Index fixes
author | Chris Cannam |
---|---|
date | Tue, 07 Nov 2017 10:37:27 +0000 |
parents | 25e1af12d522 |
children | 649634e11bf1 |
files | magnatune/.htaccess myspace/.htaccess |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/magnatune/.htaccess Tue Nov 07 10:29:51 2017 +0000 +++ b/magnatune/.htaccess Tue Nov 07 10:37:27 2017 +0000 @@ -3,10 +3,6 @@ RewriteBase /magnatune RewriteRule ^$ magnatune.html [L] -# Directory index - we'll pretend I know how these work :/ -j -#RewriteRule ^(.*magnatune)$ $1/magnatune.html -#RewriteRule ^$ magnatune.html - RewriteRule store(.*) http://localhost:2020/magnatune/cliopatria/yasgui/index.html [P] RewriteRule sparql http://localhost:2020/magnatune/cliopatria/sparql [P] RewriteRule cliopatria/(.*) http://localhost:2020/magnatune/cliopatria/$1 [P]