[pmwiki-users] Newbie question
    Moni Kellermann 
    kellerfrau at gmail.com
       
    Tue May 25 07:23:13 PDT 2021
    
    
  
Am 25.05.2021 um 16:05 schrieb James Rome:
> I set up PmWiki on my site, but am unable to create new content.
> 
> I edited the home page made a link to the desired page, but when I click 
> it, I always get a Page Not Found when I click it from the wiki home 
> page (https://orcma.org/pmw)
> 
> The same thing happens if I add the link to the URL.
> 
> What could I be doing wrong?
> 
Currently, your wiki has links like
https://orcma.org/pmw/pmwiki.php?n=Main.HomePage
To change that, enable
$EnablePathInfo = 1;
(remove the # from the beginning of the line)
in your config.php file.
moni k.
    
    
More information about the pmwiki-users
mailing list