we had sent out a news letter where a href tag that was supposed to go to another domain ended up looking like this:<br><br><a href="http://www.ourdomain.com/www.theirdomain.com">http://www.ourdomain.com/www.theirdomain.com</a><br>
<br>Is there an easy way in nginx to redirect this type of request to the <a href="http://www.theirdomain.com">www.theirdomain.com</a> website? or maybe I should just create a file with the &quot;<a href="http://www.theirdomain.com">www.theirdomain.com</a>&quot; name and do a meta tag refresh on it?<br>
<br>thanks!<br>