Hi Robin I think you need to use the pathprefix parameter to the server command:
http://tiddlywiki.com/#Using%20a%20custom%20path%20prefix%20with%20the%20client-server%20edition:%5B%5BUsing%20a%20custom%20path%20prefix%20with%20the%20client-server%20edition%5D%5D%20ServerCommand tiddlywiki tiddly --server 9876 $:/core/save/all text/plain text/html "" "" 127.0.0.1 /tiddly Best wishes Jeremy. On Fri, Nov 14, 2014 at 2:01 PM, Robin Hutmacher < [email protected]> wrote: > Hello there, > > i'm trying to run TiddlyWiki on a remote server with nodejs. > > I'm starting the server with > tiddlywiki tiddly --server 9876 $:/core/save/all text/plain text/html "" > "" 127.0.0.1 > > The tiddlywiki was created and is in the folder ~/html/tiddly > In order to access, i tried a .htaccess that lies in ~/html/tiddly as > following: > RewriteEngine On > RewriteBase /tiddly/ > RewriteRule (.*) http://localhost:9876/$1 [P] > > > I can see the normal start page via https://myurl.com/tiddly/ , but there > seems to be an error with the syncer-browser (XMLHttpRequest > <https://hutec.pyxis.uberspace.de/tiddly/#XMLHttpRequest> error code: 404) > > You can see in the developer console that it´s trying to access > https://myurl.com/status (but i guess it should be /tiddly/status). So it > doesn´t know the relative path. > > It would be great if anybody could help me with the right settings. > > Regards, > Robin > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

