Ok,
Lets say you have a link on your page called "something.php". The currently available modules will try to locate this link with regular expressions that match tags like: <a href, <img src=, <form action=, and so on. So, if the link "something.php" is contained within one of those tags it...