diff --git a/rewrite.script b/rewrite.script deleted file mode 100644 index c9183c1..0000000 --- a/rewrite.script +++ /dev/null @@ -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