ソースを参照

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

読み込み中…
キャンセル
保存