Gateway未来科技

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 179|回复: 0

Win httpd.ini 301、防盗链和绑定根目录设置

[复制链接]

219

主题

229

帖子

884

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
884
发表于 2017-2-27 20:04:45 | 显示全部楼层 |阅读模式

  在网上有很多人用全能空间,基本上服务商提供支持伪静态是 httpd.ini 格式的,今天我整理下httpd.ini格式的小小用处吧!
  当然,你也可以【直接复制】下面的代码另存为 httpd.ini 伪静态文件上传至空间根目录即可:
  [ISAPI_Rewrite]
  # 3600 = 1 hour
  CacheClockRate 3600
  RepeatLimit 32
  # Protect httpd.ini and httpd.parse.errors files
  # from accessing through HTTP
  #防盗链设置
  RewriteCond Host: (.+)
  RewriteCond Referer: (?!

  [I,O,N]
  #让指定域名访问指定根目录
  RewriteCond Host: bbs\.weidao\.net
  RewriteRule ^(.*)$ /bbs/$1 [I]
  #网站301重定向
  RewriteCond Host: ^www2\.weidao\.net$
  RewriteRule (.*) http://www.weidao.net$1 [I,R]
  #cPanel 开启Gzip
  output_buffering = Off
  output_handler =
  zlib.output_compression = On
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Comsenz Inc.

GMT+8, 2024-12-23 07:19 , Processed in 0.056122 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc. Templated By 【未来科技 www.veikei.com】设计

快速回复 返回顶部 返回列表