minad / olelo

Wiki with git backend
MIT License
241 stars 44 forks source link

treeview does not work with rewrite_base #1

Closed phedders closed 11 years ago

phedders commented 15 years ago

The culprit is this line, which does not respect a non "/" URL root:

./plugins/treeview/jquery.treeview.js: if(!options.url) options.url = '/sys/treeview.json';

I've had a quick go at fixing it but failed - got any thoughts?

cout commented 14 years ago

Is this the same issue that won't let me visit:

http://localhost:9454/root

immediately after a git push?