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.

Reply via email to