url subsitutition

Stefan
10/04/2005 05:13 am
Is there any way to create a url subsitute that can add e.g. a file extension to a downloaded file?

e.g. file downloaded is named "test" but I would like to have it saved as "test.txt"

Thank you

Stefan
Oleg Chernavin
10/04/2005 05:17 am
Yes:

Replace:
/text$
With:
/text.txt

Oleg.
Stefan
10/04/2005 05:23 am
Thx for the help. Worked fine.

Stefan
Oleg Chernavin
10/04/2005 05:34 am
Great!

Oleg.