I am creating a plugin in joomla 2.5 for externallinks
I want find external links and and add some text before that.
like these:
http://domain.com/new => redirect.php?url=http://domain.com/new
or:
www.domain.com/new => redirect.php?url=www.domain.com/new
or:
domain.com/new => redirect.php?url=www.domain.com/new
i can do all steps but i cant find external links. please help me