Anybody here to help me....
--------------- Added [DATE]1363180009[/DATE] at [TIME]1363180009[/TIME] ---------------
Quote:
Originally Posted by Eosian
Add a plugin that is triggered by search_intro
Code:
if ( !empty($errors) )
{
// If using fastcgi this is the 404 header
// header("Status: 404 Not Found");
// otherwise this is the standard 404
header("HTTP/1.0 404 Not Found");
}
|
This is not working....