[pmwiki-users] Error pages
Carlos A. Bonamigo
carlos.ab at gmail.com
Wed Dec 20 06:55:54 CST 2006
Em Quarta 20 Dezembro 2006 06:50, Laurent Meister escreveu:
> Hello,
>
> is it possible to have other Error-pages like 403 for example be
> shown in the wiki? Liki PageNotFound for 404?
>
> Thx
>
> Laurent Meister
Hi,
I did that writing to .htaccess file, something like this :
ErrorDocument 400 /Site.BadRequest
ErrorDocument 401 /Site.Unauthorized
ErrorDocument 403 /Site.Forbidden
ErrorDocument 404 /Site.NotFound
ErrorDocument 500 /Site.ServerError
But I think that if a 500 or 400 error happens , maybe, you won't see the
wiki page.
Regards,
Carlos
More information about the pmwiki-users
mailing list