<br>they way it made sense to me,&nbsp; is using<br><br>if ($host = 'www.oldsite.com/tips.ws' ) {<br>&nbsp;&nbsp; rewrite&nbsp; ^/(.*)$&nbsp; http://www.newsite.com/tips_and_receipes&nbsp; permanent;<br>}<br><br>but does nothing <br><br>i also tries using the if sequence for request_filename.ws<br>with no luck as well<br>am i missing something.&nbsp; like 6th grade .. :)<br><b><i>Corey Donohoe &lt;atmos@atmos.org&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On 3/8/08, Eire Angel <chrisangileri@yahoo.com> wrote:<br>&gt; i have exhausted my resources on this one.  please help<br>&gt; if your able.<br>&gt;<br>&gt; i am moving to a new site.  the old site has some<br>&gt; good standing in google which points to<br>&gt; oldsite.com/tips.ws<br>&gt; now, the new site which is in rails<br>&gt; loads this page at newsite.com/tips_recipes<br>&gt;<br>&gt; is there anyway to have nginx<br>&gt;
 redirect this and also change its path on the way ?<br>&gt;<br><br>The rewrite module does an ok job.<br><br>http://wiki.codemongers.com/NginxHttpRewriteModule<br><br>-- <br>Corey Donohoe<br>http://www.atmos.org/<br>http://www.engineyard.com/<br><br></chrisangileri@yahoo.com></blockquote><br>