PHP程序员站--PHP编程开发平台
 当前位置:主页 >> PHP基础 >> 基础文章 >> 

配制apahce的.htaccess文件来禁止ip

配制apahce的.htaccess文件来禁止ip

来源:phperz.com  作者:phperz.com  发布时间:2008-09-07
用.htaccess禁止网站上某些IP或IP段的访问方法: orderDeny,All

用.htaccess禁止网站上某些IP或IP段的访问方法:
order Deny,Allow
Deny from 111.111.111.111

Deny from 222.222.222.222

就可以轻松实现禁止这两个IP访问网站。

如果想禁止IP段的话,可以写成:

order Deny,Allow
Deny from 61.139.126

那么,从61.139.126.1—59.38.243.254的主机都将被禁止访问网站。

Tags: Apache   .htaccess   禁止   ip   禁止   文件   ip   网站   C   Apahce   access  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号