瀏覽代碼

gitignore rewrite.script; index test

pull/24/head
Ben Kurtovic 12 年之前
父節點
當前提交
5714f77c75
共有 3 個檔案被更改,包括 7 行新增0 行删除
  1. +1
    -0
      .gitignore
  2. +1
    -0
      pages/index.mako
  3. +5
    -0
      rewrite.script

+ 1
- 0
.gitignore 查看文件

@@ -1,3 +1,4 @@
*.pyc
temp/
www/
rewrite.script

+ 1
- 0
pages/index.mako 查看文件

@@ -0,0 +1 @@
Hello World!

+ 5
- 0
rewrite.script 查看文件

@@ -3,3 +3,8 @@ 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

Loading…
取消
儲存