• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] [3.5] 404 page is not a real 404

Started by TigerClaw,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TigerClawTopic starter

Hello,

this is something that should be fixed as soon as possible.
404 pages are not real 404 but 200 pages. This creates huge SEO issues because the search engines will index empty pages.

How to fix it?
  •  

PHPVibe A.

header("HTTP/1.0 404 Not Found");


Like in any php code :) Place this before the 404 layout is called.

Similar topics (7)