hey, is anyone around who could help me out? i've got a fresh install on our local intranet of Twiki (latest version), stored at /var/www/twiki which appears on our local site http://pipeline/twiki, however, when navigating around http://pipeline/twiki/bin/view/Main/TWikiAdminGroup, urls point to destinations like http://pipeline/Main/TWikiAdminGroup which is not correct, should be http://pipeline/twiki/bin/view/Main. is there a way to change this? apache error log shows: [Tue Nov 19 14:47:49 2013] [error] [client 192.168.1.16] File does not exist: /var/www/Main, referer: http://pipeline/twiki/bin/view/Main/TWikiAdminGroup synth_: check the {ScriptUrlPath} setting in configure okay, one second you find it also in /var/www/twiki/lib/LocalSite.cfg my {ScriptUrlPath} is set to: /twiki/bin; is this wrong? this is correct did you use the apache config generator of twiki? i don't have a LocalSite.cfg, i have a LocalLib.cfg, however there is a twiki/bin/LocalLib.cfg and a twiki/lib/LocalSite.cfg http://pastebin.com/QZSykEmg is my LocalLib.cfg; and yeah, i did use the apache config generator unfortunately I'm missing the LocalSite.cfg you need to run configure and save the configuration that will create the file in twiki/lib I did though let me try again.. ack, i was in the wrong location file: /var/www/twiki/lib/LocalSite.cfg exists the LocalLib.cfg was in /var/www/twiki/bin; my mistake, sorry should I pastebin my LocalSite.cfg? ok, what is {ScriptUrlPath}? $TWiki::cfg{ScriptUrlPath} = '/twiki/bin'; not sure why you get the short url, twiki uses {ScriptUrlPath} to compose links to other topics however, i followed this tutorial: http://notepad2.blogspot.com/2012/12/install-twiki-on-ubuntu-1204-precise-lts.html which recommended adding: $TWiki::cfg{ScriptUrlPaths}{view} = ''; so i'm guessing that's what is causing my errors? likely that is the issue this setting is nowhere documented in the official twiki ok let me remove it and give it another try.. it works now :) cool! I think my smtp settings are wrong now too. when I registered my first user, i didn't receive an email like it said it sent you could define a shorter url, instead of '/twiki/bin' you could define '/do' in {ScriptUrlPath} oh, is that what that means? i was under the impression that it had to be a legit file path for links like http://pipeline/do/view/Main/TWikiAdminGroup could i change it to /twiki so that it remains consistent? yes, ask long as the pub path is different "as long as" on many systems is works: $TWiki::cfg{SMTP}{MAILHOST} = 'localhost'; we actually have a relay server for smtp in some cases you need to actually specify the mail host and possibly user & password http://pastebin.com/MyQ3ZWFb that's what my smtp config settings are does the senderhost look correct? we don't technically need a username and password sorry, gotta run - catch me later... :(