当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 自定义404错误页

WEB设计综合
使Flash页面通过校验
WEB 标准剖析
制作网页中的渐变背景
表格特效代码全集
Photoshop 打造金属指环
网页标准中链接属性 rel 与 target
HTML在线编辑器的调用及使用方法
div+css设计网页时浮动问题的解决方法
解决XHTML+CSS2.0式的页面结构在IE5和IE5.5下的BUG
WAP 开发出现的中文显示问题
详细的IMG,IFRAME的属性参考
可通过XHTML1.0校验的Flash嵌入代码
在IE和FIREfOX下正常显示的网页内嵌播放器代码
使 XHTML Strict 支持 target 标签
语言(文化)代码与国家地区对照表
网站设计技术规范
点击连接时不出现虚边框的方法
制作1px边框表格的几种方法
图片横向连续滚动的代码
合理架构css

WEB设计综合 中的 自定义404错误页


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 1417 ::
收藏到网摘: n/a

A 404 error page comes up whenever someone clicks a broken link, or goes to a URL on your site that doesn't exist. To make a custom 404 error page you must first make a page that you want to be your 404 error page. It can have images, CSS, a message about the error, etc... Name this page 404.html, save it, and upload it to your main directory. Open up your notepad (start>>programs>>accessories>>notepad) or another text editor, and copy the code below to it. Name this file .htaccess and make sure it doesn't have an extension on the end, like .txt. If it is named .htaccess.txt, rename it  .htaccess. Save it and upload it to your main directory. Or, you can upload it as .htaccess.txt, and rename it when it's on your server.  If you already have a .htaccess file in your directory, because you have an IP block or something, just put the code beneath whatever you already have. Make sure you upload both 404.html and  .htaccess to your main directory. 

当用户点击一个无效链接时,就会弹出404错误页,或者跳出一个提示站点并不存在的链接。如果你希望定义404错误页面,那么首先,你必须先决定由哪一张页面作为404错误页面,其中可以包括提示错误的图像、CSS或一段错误信息等等。将页面命名为404.html,保存,并把他上传到你的目录中。打开记事本(开始——所有程序——附件——记事本)或者是其它的文本编辑器,将下面的代码复制进去,将此文件命名为“.htaccess”,并保证后面没有其它的扩展名了(如“.txt”)。如果它被命名为“.htaccess.txt”,那么,请对它重新命名,保存并上传至目录。你也可以先把“.htaccess.txt”这样类型的文件传至服务器后再行修改。如果由于需要阻止IP或其它原因,你的服务器目录中已经包含了一个“.htaccess”文件,那么请在它的下方继续将下面的代码粘贴上去,并确保你同时将“404.html”和“.htaccess”文件上传到了目录中。

ErrorDocument 404 http://www.domain.com/404.html

StandartMissingPage

标准的404错误页

 

评论 (0) All

登陆 | 还没注册?