Loading...
 
Skip to main content

Features / Usability


Re: Re: SiteMap: error page returns a status of 200

posts: 2881 United Kingdom

> Simply redirect your standard 404 error page to a wiki-specific one. In your .htaccess file add:
>

> Image
Copy to clipboard
ErrorDocument 404 http://www.yourdomain.com/tiki-index.php?page=404

>
> Then, create a new wiki page in your site with the page name 404.
> This way the 404 page will return the same header status as the rest of your site's pages.
>
> Here's my custom 404 page.
>
> HTH,
>
> Rick
>
>

That will display a 404 custom page, but wont set the html header that googles looking for to a 404

Damian