On Fri, Aug 10, 2007 at 01:29:52PM -0700, sam wrote: > I don't think so: > $ScriptUrl = > 'http://www.(mydomain).org/wiki/pmwiki.php';
Setting $ScriptUrl should be causing all of the urls to appear with your explicit setting, and not anything that PmWiki detects from the environment. Double-check the spelling of the $ScriptUrl variable. You might try setting $EnableDiag = 1; and then running with ?action=diag and verify that [ScriptUrl] is set to 'http://www.(mydomain).org/wiki/pmwiki.php' If that doesn't work, is there a url we could look at? Pm > --- Ben Wilson <[EMAIL PROTECTED]> wrote: > > > Check your $ScriptUrl setting. Perhaps it was > > misset? > > > > On 8/10/07, sam <[EMAIL PROTECTED]> wrote: > > > > > > Just installed pmwiki... > > > > > > I can get to the homepage: > > > > > > http://www.mydomain.org/wiki/ > > > > > > I'm using an index.php and $EnablePathInfo = 0; > > > > > > wiki.d has been created > > > > > > The problem is that all the urls point to > > 'global-bin' > > > So the Initial Setup Tasks goes to: > > > > > > http://domain/global-bin/php.cgi?n=PmWiki.InitialSetupTasks > > > > > > which results in an internal server error > > > > > > We're using FreeBSD/apache hosted on Verizon. > > > Any suggestions on why and how to fix this? > > > > > > thx, > > > sam > > > > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > > Looking for a deal? Find great prices on flights > > and hotels with Yahoo! FareChase. > > > http://farechase.yahoo.com/ > > > > > > _______________________________________________ > > > pmwiki-users mailing list > > > [email protected] > > > > > > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > > > > > > > -- > > Ben Wilson > > "Words are the only thing which will last forever" > > Churchill > > > > > > > ____________________________________________________________________________________ > Yahoo! oneSearch: Finally, mobile search > that gives answers, not web links. > http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
