view cmn/.htaccess @ 19:1e79ce3ff5f5 tip

Simplify and cut some non-working resource paths
author Chris Cannam
date Wed, 08 Nov 2017 15:27:23 +0000
parents 4e8315c4ff5e
children
line wrap: on
line source
RewriteEngine On
RewriteBase /cmn

RewriteRule ^$ index.html [L]

RewriteRule store(.*) http://localhost:2165/cmn/cliopatria/yasgui/index.html [P]
RewriteRule sparql http://localhost:2165/cmn/cliopatria/sparql [P]
RewriteRule cliopatria/(.*) http://localhost:2165/cmn/cliopatria/$1 [P]
RewriteRule ^(.*)\.(html|css|mov)$ - [P]

RewriteRule ^(.*)$ http://localhost:2164/$1 [P]