Re: [Neo4j] graph.mydomain.com/node/1

2011-02-01 Thread Michael Hunger
you could use a webserver like apache with a virtual host config and mod_rewrite for rewriting the path component using regexps Michael Sent from my iBrick4 Am 02.02.2011 um 05:32 schrieb darkrain2 : > > Hello, I've install Neo4J rest API and its working great, but i'm unsure > about how to

[Neo4j] graph.mydomain.com/node/1

2011-02-01 Thread darkrain2
Hello, I've install Neo4J rest API and its working great, but i'm unsure about how to browse and update nodes under my domain...essentially my url would be http://graph.mydomain.com/24 (node 24) http://graph.mydomain.com/24/friends ( relationship friends). I would like to use Curl make to Api ca