[Aimmath-developers] relative versus absolute path
Brought to you by:
gustav_delius,
npstrick
From: Gustav W D. <gu...@ma...> - 2003-09-12 21:42:53
|
While looking through the mailing list archive I came across the following exchange between > Manolis and Greg: > also I made I change that I want to consult you about. At AutoConf.mpl I > changed the line > > setconfig('ServletURL', cat("http://",Config['FullContext'],"/Alice")): to > setconfig('ServletURL', "/Alice"); > > I think this is better as it define the link relative to the current > installation anyway ... Ah! ... that's an interseting idea, change the definition of ServletURL to be relative instead of absolute ... that ought to work oughtn't it, since one never descends into deeper directories. How far have you tested it? What has come of this idea? Gustav |