| Posted: 11 September 2007 at 9:50am | IP Logged
|
|
|
i am using Linkfreeze on our website.
However I want it to ONLY translate links on the following pages
/products.asp /prodtype.asp /help.asp
I also want to redirect incoming requests to these pages ONLY.
At the moment my directory pattern is /* and the HTML Link filter is set as @(/product.asp|/prodtype.asp|/help.asp).*
This kind of works in that links are only translated on the relevant pages but incoming requests are also being translated on other pages.
What is the best way for me to achieve what I want?
|