On Wed, Feb 14, 2007 at 04:52:37PM +0100, Laurent Meister wrote:
> 
> on my htaccess I've the following entry:
> 
> ErrorDocument 404 http://www.apfelwiki.de/Site/PageNotFound
> 
> 
> It's working fine. But "We couldn't find a page called "{$UrlPage}".  
> You can:" doesn't work. It always outputs We couldn't find a page  
> called "". You can:
> 
> What did I wrong? Or is $UrlPage not the right variable?

$UrlPage is no longer correct -- I think you might want
{$RequestedPage}.  But I haven't played much with using
Apache ErrorDocument directives and PmWiki, so I'm not sure
how that will work.

Pm

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to