source: Dev/branches/rest-dojo-ui/client/data/.htaccess @ 414

Last change on this file since 414 was 414, checked in by hendrikvanantwerpen, 12 years ago

Small issues for db name, widgets, startup.

Don't start application when database is not configured correctly.
Refactored edit widgets to use DefaultEdit?.
Fixed bug in getItems of Lists.
Renamed database to 'qed'.

File size: 139 bytes
Line 
1RewriteEngine on
2RewriteRule couch/(.*) http://localhost:5984/qed/$1 [P,QSA]
3RewriteRule elastic http://localhost:9200/qed/_search [P,QSA]
Note: See TracBrowser for help on using the repository browser.