You might want to post to the tiddlyweb group instead:
http://groups.google.com/group/tiddlyweb
> My Problem is, that I can reach correctly the "HOME" Entry Page of
> TiddlyWeb (1.2.8), but the "server_prefix"-value, that I adapted in
> tiddlywebconfig.py is not used at all (The Links to "recipes" and
> "bags" point only to the server without the prefix).
Seems your configuration is wrong - here's a sample tiddlywebconfig.py
from a fresh TiddlyWebWiki instance:
config = {
'secret': '...',
'system_plugins': ['tiddlywebwiki'],
'twanager_plugins': ['tiddlywebwiki'],
'server_prefix': '/wiki'
}
-- F.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.