I have three files:
abcd.txt, having text "I am in abcd file"
xyz.txt, having text "I am in xyz file"
aaa.txt, having text "I am in aaa file"
hiawatha.conf file have UrlToolKit settings as below:
UrlToolKit {
ToolkitId = rewrite
Match ^/abcd.txt Rewrite /xyz.txt Continue
Match ^/abcd.txt Rewrite /aaa.txt
}
When i give URL "http://ip-address/abcd.txt", i get output "I am in xyz file" but not get "I am in aaa file". Is there something wrong in UrlToolKit settings in hiawatha .conf file.