<div dir="ltr"><div>We have a wordpress installation and need to redirect lost password link to another different url for this we trying to setup a redirect rule but this is not working. Can anyone please help us.<br><br><span style="font-family:courier new,monospace">location / {<br>proxy_pass      <a href="http://localhost">http://localhost</a>;<br>     }<br><br>location wp-login.php?action=lostpassword<br>rewrite     ^(.*)  <a href="http://recover.geo.com">http://recover.geo.com</a> $1 permanent;<br>}</span><br><br>But login url too (wp-login.php?action=login) is redirecting to <a href="http://recover.geo.com">recover.geo.com</a><br><br><b>We need to redirect only the url <span style="font-family:courier new,monospace">wp-login.php?action=lostpassword</span> to other and all other url including <span style="font-family:courier new,monospace">wp-login.php?action=login</span> need to proxypass</b><br><br>Can anyone please help us with the correct configuration.<br><br></div>Thanks<br>Geo<br></div>