What I want to do with regex lookup.
for the moment, we can use regex to find some content of the cache on a result page. That result page show the URL of each file that satisfy the regex expression in a table. There is some "errors" on that page. 1 - The URL in that list are URL after remap is done (domain name and path of the original URL can have change). Maybe that is normal but I think they must be the originals ones. 2 - The link of each of the table entry are remapped URL too. This is why the link are not working. They must be the originals URL too. 3 - Finally, this is the same problem for the checkbox. When we click one of those link, we go to an "error page" with the remapped URL written in red big font and the following message: "Cache Lookup Failed, or missing in cluster". This is because that link use the remapped URL instead of the original one. If we manually replace the link with the original URL, all is working well. So, what I exactly need to do is make links on that page the original ones instead of the remapped ones. That's why I need to know where I can find tho original link from the structure I have in the functions used to display these regex lookup results. 4 - Finally, this is the same problem when we check the checkbox and try to click on the "DELETE" button. So does anybody tell me where i can find those originals URL? Thank you! Réjean Bouchard Nexweb
