Forum Moderators: open
I need help writing a reg exp that rewrites urls that are links outside the domain.
Like say all links in yahoo.com going outside of yahoo would be go to the temp page first
re exp:
<a href="(not)www.yahoo.com/etc/etc"></a>
OR <a href='(not)www.yahoo.com/etc/etc'></a>
and replace with
<a href='www.goherefirst.com?addr=whatever.com/etc/etc'></a>
Any help would be greatly appreciated!