Attempting to install phpwiki on a windows2k machine
running phptriad1.2 and the mysql backend. (Have also
tried text but gave it up). Have everything working BUT...
when the page generates hyperlinks all of the links point
to http://localhost/xxxxxx. Thus none of the links work
unless you are browsing on the local server (not cool). I
know this is a config issue and I was hoping that
someone had seen it before and would say "dummy,
you forgot XYZ".
Logged In: NO
I have the same error using version 1.3.3. (on 2002/10/23)
All my links are of the format
http://servername/phpwiki/index.php/xxxxxx
please advise how to solve this problem...
Regards,
Nic Hemley
Logged In: YES
user_id=405789
experienced the same problem (assume your running IIS)
you need to change the set the ::
/
* Define to 'true' to use PATH_INFO to pass the pagename's.
* e.g. http://www.some.where/index.php/HomePage instead
* of http://www.some.where/index.php?
pagename=HomePage
* FIXME: more docs (maybe in README).
/
define('USE_PATH_INFO', false);
to true or False - can't remember exactly as I'm not on a
Wind 2000 server.