소스 검색

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

불러오는 중...
취소
저장