Parcourir la source

grr

pull/24/head
Ben Kurtovic il y a 12 ans
Parent
révision
6137b2b66b
1 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. +0
    -10
      rewrite.script

+ 0
- 10
rewrite.script Voir le fichier

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

Chargement…
Annuler
Enregistrer