Custom Error Page
Have you ever wondered how some websites has these error 404 signs and stuff like that? It is because they are using them on their error pages. Here's my error page:
Click
Step 1: Open Notepad or whatever program you use for your pages. Then copy the code under and paste it in notepad. Change the part where it says
www.yoursite.com to your website URL.
Step 2: Save the page with this name:
.htaccess and then use FTP to upload it to your main directory.
Step 3: Now make a new page and edit it the way you want the error page to look like. Save it as
404.php and then use FTP to upload it to your main directory.
Step 4: Your error page should now be finished. If you're not using PHP, you cam just change the end of the first code to
.html and save the second page as
404.html.
I hope you understood this tutorial and that I could help!