Ben Kurtovic 12 anni fa
parent
commit
6137b2b66b
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. +0
    -10
      rewrite.script

+ 0
- 10
rewrite.script Vedi File

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

Caricamento…
Annulla
Salva