Cuberty ERROR 404

  SELECT 'Page Not Found' AS status
        , 404 AS error_code;

UPDATE navigation 
SET error_404 = 1,
    redirect_url = home
WHERE you_spelt_it_wrong = 1
   OR we_screwed_up = 1;

-- We're really sorry about that.
-- Redirecting to home...