Thank you very much, will try to get this working now.<br><br><div class="gmail_quote">2009/5/14 Denis F. Latypoff <span dir="ltr">&lt;<a href="mailto:denis@gostats.ru">denis@gostats.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Igor,<br>
<div><div></div><div class="h5"><br>
Thursday, May 14, 2009, 9:56:19 PM, you wrote:<br>
<br>
&gt; On Thu, May 14, 2009 at 09:38:49PM +0700, Denis F. Latypoff wrote:<br>
<br>
&gt;&gt; Hello Claude,<br>
&gt;&gt;<br>
&gt;&gt; Thursday, May 14, 2009, 9:23:55 PM, you wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; Hello!  I have a question.<br>
&gt;&gt;<br>
&gt;&gt; &gt; I&#39;m trying to set up Nginx to forward my old domain to my new domain.<br>
&gt;&gt; &gt; <a href="http://waterfortheoppressed.com" target="_blank">waterfortheoppressed.com</a> =&gt; wfto.cc.   But I not only need it to forward it,<br>
&gt;&gt; &gt; I need the persons browser address to change to wfto.cc.  I&#39;ll provide the<br>
&gt;&gt; &gt; working Apache example here:<br>
&gt;&gt;<br>
&gt;&gt; &gt;    RewriteEngine On<br>
&gt;&gt; &gt;    RewriteCond %{HTTP_HOST} ^(<a href="http://waterfortheoppressed.com" target="_blank">waterfortheoppressed.com</a>) [NC]<br>
&gt;&gt; &gt;    RewriteRule ^(.*)$ <a href="http://www.wfto.cc" target="_blank">http://www.wfto.cc</a>$1 [R=301,L]<br>
&gt;&gt;<br>
&gt;&gt; &gt;    RewriteCond %{HTTP_HOST} ^(<a href="http://www.waterfortheoppressed.com" target="_blank">www.waterfortheoppressed.com</a>) [NC]<br>
&gt;&gt; &gt;    RewriteRule ^(.*)$ <a href="http://www.wfto.cc" target="_blank">http://www.wfto.cc</a>$1 [R=301,L]<br>
&gt;&gt;<br>
&gt;&gt; &gt; Thanks for any help you may have.<br>
&gt;&gt;<br>
&gt;&gt; server {<br>
&gt;&gt;        listen 80;<br>
&gt;&gt;        server_name <a href="http://www.waterfortheoppressed.com" target="_blank">www.waterfortheoppressed.com</a><br>
&gt;&gt;                        <a href="http://waterfortheoppressed.com" target="_blank">waterfortheoppressed.com</a>;<br>
&gt;&gt;        # staff<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; server {<br>
&gt;&gt;        listen 80;<br>
&gt;&gt;        server_name _;<br>
&gt;&gt;<br>
&gt;&gt;        location / {<br>
&gt;&gt;               rewrite ^ <a href="http://www.wfto.cc" target="_blank">http://www.wfto.cc</a>$request_uri? permanent;<br>
&gt;&gt;        }<br>
&gt;&gt; }<br>
<br>
&gt; Vice versa:<br>
<br>
&gt;  server {<br>
&gt;         listen 80;<br>
&gt;         server_name <a href="http://www.waterfortheoppressed.com" target="_blank">www.waterfortheoppressed.com</a><br>
&gt;                         <a href="http://waterfortheoppressed.com" target="_blank">waterfortheoppressed.com</a>;<br>
<br>
&gt;         rewrite ^ <a href="http://www.wfto.cc" target="_blank">http://www.wfto.cc</a>$request_uri? permanent;<br>
&gt;  }<br>
&gt;<br>
&gt;  server {<br>
&gt;         listen 80;<br>
&gt;         server_name <a href="http://www.wfto.cc" target="_blank">www.wfto.cc</a>;<br>
<br>
&gt;         # staff<br>
&gt;  }<br>
<br>
</div></div>That was additional homework for Claude :)<br>
<div><div></div><div class="h5"><br>
--<br>
Best regards,<br>
 Denis                            mailto:<a href="mailto:denis@gostats.ru">denis@gostats.ru</a><br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><br><a href="http://www.brainyquote.com/quotes/authors/v/vince_lombardi.html" target="_blank">Vince Lombardi</a>  - &quot;We didn&#39;t lose the game; we just ran out of time.&quot;