Explorar el Código

grr

pull/24/head
Ben Kurtovic hace 12 años
padre
commit
6137b2b66b
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. +0
    -10
      rewrite.script

+ 0
- 10
rewrite.script Ver fichero

@@ -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

Cargando…
Cancelar
Guardar