$w.onReady(function () { // This checks if the page is a 404 error if (wixLocation.path[0] === "404") { // Redirects to the "soescfix" page wixLocation.to("/404"); } });