2012-09-27 67 views

回答

0
match URL into $ with ^/stackoverflow/(.*) 
if matched then 
     set OUT:Location = /stackoverflow2/$1 
    set RESPONSE=301 
    set BODY=Page moved 
    goto END 
endif