[pmwiki-users] help!
    H. Fox 
    haganfox at users.sourceforge.net
       
    Tue Apr 10 18:58:29 CDT 2007
    
    
  
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/";
$PubDirUrl = http://www.belovedparrot.com/pmwiki/pub;
You can (and probably should) leave the existing index.php file in place.
You can find other, possibly better, ideas here:
   http://www.pmichaud.com/wiki/Cookbook/CleanUrls
Hagan
    
    
More information about the pmwiki-users
mailing list