==================================
404 error page is a very common phenomenon. The purpose of this page is to tell the viewer that the requested page does not exist or the link is incorrect, and guide the user to use other pages of the website rather than close the window to exit. Although the 404 error page is inevitable, web designers can make some interesting changes on the page to guide users to use other pages of the website instead of closing the window and leaving. There are 16 excellent website 404 error page HTML templates for download (click the image link), hoping to help the designers.
16 outstanding website 404 error page HTML templates
When I downloaded the file, I felt like this was good. Some templates are PSD files, which need to be made into HTML by myself.
Http://designersdigest.co/archive/404-error-template/
Demo:
404 error template.eu-central-1.maxcompute.aliyun-inc.com/api
Set 404 redirection in Apache
This is my code. You can modify it as needed.
Options +FollowSymLinksRewriteEngine OnRewriteBase /ErrorDocument 404 /404-Error/page_not_found.html
==========================================================
The 404 page improves user experience and search engine friendliness. When a user opens a website that cannot be opened, the website is often regarded as a website problem and then the website is closed. When such a situation occurs, the search engine will impede website indexing, and the website friendliness will also be affected. This problem can be avoided if there are 404 pages.
404 page is indispensable. What should we pay attention to when creating 404 page? 404 of the design has a variety of options. For Seo, it is hard to let users stay on their own websites. We can add links to the pages, such as adding navigation maps of websites to increase user experience, of course, you must also tell the user that the accessed page does not exist. In addition, we would like to remind you of the following two points: 1. Do not jump the 404 page to the homepage of the website. In this way, the search engine may regard the error page as the homepage, hindering the effect of SEO. 2. Do not jump the error page to the normal 200 Status Code. In this way, the search engine regards the error page as a duplicate page, which also negatively affects the website. In fact, the 404 page is only an auxiliary way to improve user experience. The most important thing is to promptly fix the error page.
The 404 page is just a small helper, but these details can reflect the humanization and carefulness of a website. Every webmaster should pay attention to the details of his website, even a small aspect should be well done. Many users pay attention to the details.
During website creation, the design of 404 error pages is a very important part. Both search engines and user experience require sufficient attention.
When creating a 404 page, the design is often independent from the overall style of the website. However, we believe that 404 should also be consistent with the overall design style, the navigation and other information should be retained so that the customer can conveniently perform the return operation on the 404 page.
How can we create a solution that conforms to the whole site style and updates 404 page content in a timely manner using the built-in functions of zhimeng?
We recommend that you use the single-page document function provided by Dede,
Core-channel model-single-page document management
In this way, we can easily use the style in the template. The corresponding navigation links in 404 can also be automatically updated after the background update, consistent with the website.
Then, the generated location should be the root directory of the selected site, that is, fill in 404.htm of the file name (according to the specific settings of the server environment ).