Hi there,
I want to host tw5 on my domain, using node.js proxified to apache https, under an sub-location of root.
I tried several configuration, but still didn't manage to make things work :
I have the following lines in my virtualhost part of the apache configuration :
<Location "/wiki" >
</Location>
I also created the "$:/config/tiddlyweb/host" tiddler with "https://(my_domain)/wiki/" in it
But having problem opening url like https://(my_domain)/wiki/status and https://(my_domain)/wiki/recipes/undefined/tiddlers/%24%3A%2FStoryList wich
gives 403 or 404 ...
Any hint would be greatly appeciated.