This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
gitignore rewrite.script; index test
pull/24/head
Ben Kurtovic
13 years ago
parent
80580789ec
commit
5714f77c75
3 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-0
pages/index.mako
+5
-0
rewrite.script
+ 1
- 0
.gitignore
View File
@@ -1,3 +1,4 @@
*.pyc
temp/
www/
rewrite.script
+ 1
- 0
pages/index.mako
View File
@@ -0,0 +1 @@
Hello World!
+ 5
- 0
rewrite.script
View File
@@ -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
Write
Preview
Loading…
Cancel
Save