From: Jeff D. <da...@da...> - 2002-01-16 01:49:38
|
On 15 Jan 2002 17:10:05 -0800 "Adam Shand" <ad...@pe...> wrote: > is there any reason that phpwiki shouldn't use relative links for > everything? it saves a lot of trouble with things like this. It's a little problematic when (USE_PATH_INFO is on and) page names contain '/'. But the asnwer is "no" there's no reason not to (at least most of the time). We used to use relative URLs. (The PhpWiki wiki uses relative URLs.) I'm not sure why we don't anymore. (??). |