当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > IP阻止

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设计综合 中的 IP阻止


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

Want to stop a certain visitor from coming to your site? If you have their IP adress, you can. Copy the code below, and paste into notepad (start>>programs>>accessories>>notepad). Change 00.000.00.00 to the IP address of the person you want to block. 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 a custom 404 page or something, just put the code beneath whatever you already have. 

你希望阻止一个固定的访问者吗?如果你拥有他的IP地址,那么你就可以做到。复制下面的代码,将它粘贴到记事本中(开始>程序>附件>记事本),将“00.000.00.00改变为你希望阻止的人的IP。将这个文件命名为“.htaccess”,并保证它的扩展名不是以“.txt”结尾。如果扩展名为“.htaccess.txt”,那么请重新命名。如果你的文件夹中已经包含了“.htaccess”文件,那是因为你已经为404错误页面进行了设置,你仅仅只将下面的代码接下去续写即可(该代码写在“.htaccess”文件中)。

deny from 00.000.00.00

评论 (0) All

登陆 | 还没注册?