Redirect to html page
-
Hi,
I’d like to redirect the default of 404 to a simple HTML page, as the 404 uses WordPress and can therefore by used as a DOS attack, whereas a simple HTML page of “fail” uses almost no server resources and is much harder to create a DDOS attack of any significance, but I can’t get it to redirect to an HTML page or to a simple PHP page with a single echo statement, it insists on added in a dash or ignoring it and going to the 404 page.
eg “fail.php” becomes “fail-php” in the plugin and the resolves to a 404 error
“fail” resolves to a 404 errorHow can I put in fail.html (ideal) or fail.php (if can only have php) as the redirect page?
You must be logged in to reply to this topic.