On 04/07/2010 02:16 AM, Stephan Beal wrote:
> i tried that, but in CGI mode my index.cgi _is_ my root dir (as far as
> Fossil CGI is concerned).

Wait... so if on a fossil wiki page, you type <a href="/foo">Foo</a> 
(the leading slash being essential), when you view that page in the 
browser, fossil has converted your link to <a 
href="/Project/index.cgi/foo">Foo</a> ?  Are you sure? I can't reproduce 
that at all--for me fossil isn't messing with my hand-written links. 
'Cause if it's not messing with the HREF of your links, it doesn't 
matter what fossil or Apache or the CGI gnomes think your root URL 
is--<a href="/foo"> is still going to be a link to 
'http://this-domain.com/foo'.

> Locally i
> don't use CGI, but use "fossil ui" instead (much more convenient), which
> of course is rooted in the repo.

Right--so such links won't (and never could) work in fossil ui. To make 
them work in production and on your local dev machine, you'd have to use 
CGI  for fossil on your local machine, too--on the same domain as your 
local demo pages.

-- 
Joshua Paine
LetterBlock LLC
http://letterblock.com/
Web applications built with joy.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to