[pmwiki-users] help!

H. Fox haganfox at users.sourceforge.net
Tue Apr 10 19:01:09 CDT 2007


On 4/10/07, H. Fox <haganfox at users.sourceforge.net> wrote:
> On 4/10/07, Marguerite Floyd <mdfloyd at gmail.com> wrote:
> > Well, entering www.belovedparrot.com/pmwiki brings up the installation
> > page,  but when I click on documentation or initial set up steps, I
> > get a Page Not Found.
> >
> > The index.php is in the same "folder" that contains ALL the pmwiki
> > stuff; it's on the same level as the local folder, the cookbook
> > folder, etc.
>
> Try this version of index.php in the parent folder of the pmwiki/
> folder (that is, the folder one level "above" the same level as the
> local folder, the cookbook folder, etc.).
>
> <?php
> chdir('pmwiki');
> include('pmwiki.php');
>
> you'll need to adjust $ScriptUrl accordingly, and perhaps PubDirUrl as
> well.  they will be something like
>
> $ScriptUrl = "http://www.belovedparrot.com/";

Oops...  That should probably be

 $ScriptUrl = "http://www.belovedparrot.com";

(no trailing slash)

Hagan



More information about the pmwiki-users mailing list