Mercurial > hg > dbtune-site
diff jamendo/.htaccess @ 3:8d07230d9c33
Don't require trailing /
author | Chris Cannam |
---|---|
date | Wed, 01 Nov 2017 15:27:24 +0000 |
parents | 2d859f5e3676 |
children |
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]