Make A 404
Have you wanted to make your own 404 page like me? Well, you are in the right spot! First, like in the IP banning page, you must have a .htaccess file in your root. If you don't, make one. Now, in order to make your 404, copy and paste this text in the .htaccess file:
ErrorDocument 404 http://YOURWEBSITE.COM/PAGE.EXTENTION
After that has been pasted in your .htaccess file, change the url where it is in all caps. Example: http://pikachuregion.zxq.net/404.php. In this case, "pikachuregion.zxq.net" is the "YOURWEBSITE.COM", "404" is the "PAGE", and the "php" is "EXTENSION". So once your url is all modified and what not, make the page url. (/404.htm, php, shtm, etc) Now when your 404 file is finished, you can take a look at it and know how your 404 page will look. So if someone types in an non-existant url on your website, that is where it will lead.






