Mercurial > hg > dbtune-site
changeset 3:8d07230d9c33
Don't require trailing /
| author | Chris Cannam |
|---|---|
| date | Wed, 01 Nov 2017 15:27:24 +0000 |
| parents | 76a27922be53 |
| children | 5e7bede04fc5 |
| files | jamendo/.htaccess magnatune/.htaccess |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jamendo/.htaccess Wed Nov 01 15:26:24 2017 +0000 +++ b/jamendo/.htaccess Wed Nov 01 15:27:24 2017 +0000 @@ -4,7 +4,7 @@ RewriteRule ^$ jamendo.html [L] RewriteRule store(.*) http://localhost:2105/jamendo/cliopatria/yasgui/index.html [P] -RewriteRule sparql/ http://localhost:2105/jamendo/cliopatria/sparql/ [P] +RewriteRule sparql http://localhost:2105/jamendo/cliopatria/sparql [P] RewriteRule cliopatria/(.*) http://localhost:2105/jamendo/cliopatria/$1 [P] RewriteRule ^(.*)\.(html|css|mov)$ - [P]
--- a/magnatune/.htaccess Wed Nov 01 15:26:24 2017 +0000 +++ b/magnatune/.htaccess Wed Nov 01 15:27:24 2017 +0000 @@ -8,7 +8,7 @@ #RewriteRule ^$ magnatune.html RewriteRule store(.*) http://localhost:2020/magnatune/cliopatria/yasgui/index.html [P] -RewriteRule sparql/ http://localhost:2020/magnatune/cliopatria/sparql/ [P] +RewriteRule sparql http://localhost:2020/magnatune/cliopatria/sparql [P] RewriteRule cliopatria/(.*) http://localhost:2020/magnatune/cliopatria/$1 [P] RewriteRule ^(.*)\.(html|css|mov)$ - [P]
