Revision 14:4e8315c4ff5e cmn/.htaccess

View differences:

cmn/.htaccess
1
#RewriteEngine on
2
#RewriteBase /cmn
1
RewriteEngine On
2
RewriteBase /cmn
3 3

  
4
#RewriteRule ^(.*)$ http://localhost:6666/conductor/$1 [P]
4
RewriteRule ^$ index.html [L]
5

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

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

  

Also available in: Unified diff