.htaccess

301重定向到新域名
Redirect Permanent / http://www.newdomain.org/

1页面重定向到2页面
redirect 301 1.html http://www.newdomain.org/2.html

屏蔽某IP
<Limit GET HEAD POST>
order allow,deny
deny from 192.168.1.0/255
allow from all
</LIMIT>

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理