RewriteEngine On    # Turn on the rewriting engine

RewriteRule    ^404/?$          404.html    [NC,L]


ErrorDocument 404 https://demo.y2asystem.com/404

