Last change
on this file since 984 was
983,
checked in by djay, 4 years ago
|
Remove uneeded volumes and add the correct .htaccess file
|
File size:
576 bytes
|
Line | |
---|
1 | RewriteEngine On |
---|
2 | RewriteRule ^ogc-api/api.html$ /cgi-bin/zoo_loader.cgi?/api.html [L,QSA] |
---|
3 | RewriteRule ^ogc-api/index.html$ /cgi-bin/zoo_loader.cgi?service=WPS&service=WPS&request=Execute&version=1.0.0&Identifier=display&RawDataOutput=Result&DataInputs=tmpl=@xlink:href=http://localhost/ogc-api/ [L,QSA] |
---|
4 | RewriteRule ^ogc-api(.*).html$ /cgi-bin/zoo_loader.cgi?service=WPS&service=WPS&request=Execute&version=1.0.0&Identifier=display&RawDataOutput=Result&DataInputs=tmpl=@xlink:href=http://localhost/ogc-api$1 [L,QSA] |
---|
5 | RewriteRule ^ogc-api(.*)$ /cgi-bin/zoo_loader.cgi?$1 [L,QSA] |
---|
Note: See
TracBrowser
for help on using the repository browser.