From 6137b2b66bfeb6f625df1abde8832c8211770e09 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 21 Jan 2012 14:22:53 -0500 Subject: [PATCH] grr --- rewrite.script | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 rewrite.script 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