This isn't very a Admin Tools Pro specifically orientated question but I am looking to do almost some sort of a conditional redirect.
Here is what I am looking for (pseudo code):
IF user accesses our old site by http://(www).oldwebsite.com
THEN redirects to a specific page on our new site, Ex: http://newsite.com/index.php?specificpage=blah
ELSE IF user accesses site by some old urls Ex: http://(www).oldwebsite.com/OLDURL
THEN wildcard redirects to the same specific page on the new site http://newsite.com/OLDURL
I hope that makes sense.
In addition, I think this might be a nice feature for admin tools (Although I am sure you thought of it already). Set up something similar to CPanels redirect. 3 fields - old url, new url, and type of redirect. Let the user add as many as they would like.
Thanks for your help!