浏览代码

grr

pull/24/head
Ben Kurtovic 12 年前
父节点
当前提交
6137b2b66b
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. +0
    -10
      rewrite.script

+ 0
- 10
rewrite.script 查看文件

@@ -1,10 +0,0 @@
match URL into $ with ^/~earwig/hello(\?.*?)?$
if matched then
set URL = /~earwig/rewrite/hello.fcgi$1
goto END
endif
match URL into $ with ^/~earwig/index(\?.*?)?$
if matched then
set URL = /~earwig/rewrite/index.fcgi$1
goto END
endif

正在加载...
取消
保存