Hello all,
Can some give me a view hints what the status is regarding url mapping? (
https://issues.apache.org/jira/browse/COUCHDB-230 )
I'm interested to built an app with clean / pretty urls, with categories,eg.
/ -> _show
/news/{{ slug }}/ -> _show
/about/{{ slug }}/ -> _show
/browse/page1/ -> _list
etc..
I want to easily replicate without the need reconfiguring local
webservers... i
As far as I understand currently this is only possible with web server
rewrite rules, correct?
Where to start if I would like to do it with couchdb, just write a custom
http_handler?
Keep up the good work!
Cheers,
>>Michael