[tw] Install help - 'server_prefix' not considered ?

2010-12-01 Thread S. Raimer
Hi all,

I've followed the install instructions on http://tiddlyweb.peermore.com/wiki/
an everything works fine (wsgi).

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).

Any Ideas / Help ??

Thank you,
S. Raimer


(I've tried to set the prefix through a single line
server_host = { }
server_prefix = '/wiki'
config = { }

as well as to mak 'server_prefix' a line in the config-options)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Install help - 'server_prefix' not considered ?

2010-12-01 Thread FND
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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.