httpd.ini

来自「MD5加密,解密实现方法(.net上的c#开发)」· INI 代码 · 共 20 行

INI
20
字号
[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule /Files/(.*)$ /read.asp\?f=$1
RewriteRule /sexphoto/(.*)$ /e.asp\?fxa=$1
RewriteRule /pr.gif$ /xpr.asp
RewriteRule /getcode.gif$ /code.asp
RewriteRule /file.mdb /n.txt
RewriteRule /upload /up.asp
RewriteRule /getfile /id.asp
RewriteRule /ID/(.*)$ /io.asp\?tq=$1
RewriteRule /id/(.*)$ /io.asp\?tq=$1
RewriteRule /Id/(.*)$ /io.asp\?tq=$1
RewriteRule /iD/(.*)$ /io.asp\?tq=$1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?