博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IIS6 配置伪静态
阅读量:6721 次
发布时间:2019-06-25

本文共 433 字,大约阅读时间需要 1 分钟。

  hot3.png

# Helicon ISAPI_Rewrite configuration file

# Version 3.1.0.104

RewriteEngine On

RewriteCompatibility2 On
RepeatLimit 32
RewriteBase
# unsupported directive: [ISAPI_Rewrite]
# unsupported directive: CacheClockRate 3600
RewriteRule ^(?!/index.php)(?!/Uploads)(?!/assets)(?!/Public)(?!/json)(?!/ThinkPHP)(?!/vendor)(?!/eqs)(?!/img)(?!/common)(?!/view)(?!/userfiles)(.*)$ /index\.php/$1 [NC]

转载于:https://my.oschina.net/barter/blog/411999

你可能感兴趣的文章
解决应用服务器变为集群后的Session问题
查看>>
【BZOJ】2406 矩阵
查看>>
Tcl internal variables
查看>>
springcloud文章推荐
查看>>
java分享第十四天(TestNG Assert详解)
查看>>
一个JNI的helloworld小demo
查看>>
网络编程总结
查看>>
NIC Bonding: 2 nic port as 1 interface
查看>>
动态代理--jdk和cglib
查看>>
mysql sum count 性能优化 ----测试数据22万条
查看>>
Codeforces707Div2
查看>>
SSM常用pom依赖
查看>>
Python中用datetime包进行对时间的一些操作
查看>>
Web.xml配置详解之context-param
查看>>
WIKI扫盲手册
查看>>
Javascript - ExtJs - 整合百度文章编辑器
查看>>
JS分两种数据类型,你都知道吗?
查看>>
Bash条件判断
查看>>
JSF 2.0 + Ajax hello world example
查看>>
Firefox 插件 FlashGot 创建 Axel 下载任务
查看>>