ErrorDocument 404 http://www.my-domain.com/
ErrorDocument 404 /404.html
<html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>404 Page not found</title> <meta name="viewport" content="width=device-width"></head><body> <div align="center"> <h1>WHOOPS!</h1> <img src="images/404.png" alt="404" /> <p>The Page You Requested Could Not Be Found On Our Server</p> <p>Go back to the <a href="javascript:history.go(-1)">Previous Page</a> or visit our <a href="http://www.my-domain.com">Homepage</a></p> <h2>Domain URL</h2> <h3>Site Description</h3> </div></body></html>