<div>Thanks, that helps. I will try to see if I can track that down somewhere. Just in case it maybe something else, below is my conf.</div><div><br></div><div><br></div><div><br></div><div>server {</div><div>            listen   80;</div>
<div>            server_name _ <a href="http://classblogs.us">classblogs.us</a> *.<a href="http://classblogs.us">classblogs.us</a>;</div><div>            access_log /home/parkerj/public_html/<a href="http://classblogs.us/log/access.log">classblogs.us/log/access.log</a>;</div>
<div>            error_log /home/parkerj/public_html/<a href="http://classblogs.us/log/error.log">classblogs.us/log/error.log</a>;</div><div><br></div><div>            # Set this to off if you&#39;re hosting more than one site</div>
<div>            server_name_in_redirect off;</div><div><br></div><div>            location ~* ^.+\.(xml|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js|swf|m$</div><div>            root        /home/parkerj/public_html/<a href="http://classblogs.us/public">classblogs.us/public</a>;</div>
<div>            # rewrite rules</div><div>            #rewrite ^/.*(/wp-.*/.*\.(xml|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|$</div><div>            rewrite ^.*/files(/.*)$ /wp-includes/ms-files.php?file=$1 last;</div>
<div>            expires 10d;</div><div>            break;</div><div>            #error_page 404 = @wordpress;</div><div>            #log_not_found off;</div><div>      }</div><div><br></div><div><br></div><div>            location /  {</div>
<div><br></div><div>            try_files $uri $uri/ @wordpress;</div><div><br></div><div>            gzip on;</div><div>            gzip_http_version 1.0;</div><div>            gzip_vary on;</div><div>            gzip_comp_level 3;</div>
<div>            gzip_proxied any;</div><div>            gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss t$</div><div>            gzip_buffers 16 8k;</div>
<div><br></div><div>            root   /home/parkerj/public_html/<a href="http://classblogs.us/public">classblogs.us/public</a>;</div><div>            index  index.php;</div><div><br></div><div>            client_max_body_size        10M;</div>
<div>            client_body_buffer_size     128K;</div><div><br></div><div>            if (!-e $request_filename) {</div><div>              #rewrite ^/.*(/wp-(content|includes|admin).*)$ $1 last;</div><div>              rewrite ^(.+)$ /index.php?q=$1 last;</div>
<div>            }</div><div>                        }</div><div><br></div><div>            location @wordpress {</div><div>            fastcgi_pass <a href="http://127.0.0.1:9000">127.0.0.1:9000</a>;</div><div>            fastcgi_param SCRIPT_FILENAME /home/parkerj/public_html/<a href="http://classblogs.us/public$fastcgi_script_name">classblogs.us/public$fastcgi_script_name</a>;</div>
<div>            include /usr/local/nginx/conf/fastcgi_params;</div><div>            fastcgi_param SCRIPT_NAME /index.php;</div><div>            }</div><div><br></div><div>            # pass the PHP scripts to FastCGI server listening on <a href="http://127.0.0.1:9000">127.0.0.1:9000</a></div>
<div>            location ~ \.php$</div><div>                                {</div><div>            try_files $uri @wordpress;</div><div>            root   /home/parkerj/public_html/<a href="http://classblogs.us/public">classblogs.us/public</a>;</div>
<div>            rewrite ^/.*(/(xmlrpc|wp-(cron|login|comments-post|signup)).php)$ $1 last;</div><div>            rewrite ^/.*(/wp-(content|includes|admin).*)$ $1 last;</div><div>            fastcgi_pass <a href="http://127.0.0.1:9000">127.0.0.1:9000</a>;</div>
<div>            fastcgi_index index.php;</div><div>            include /usr/local/nginx/conf/fastcgi_params;</div><div>            fastcgi_param SCRIPT_FILENAME /home/parkerj/public_html/<a href="http://classblogs.us/public$fastcgi_script_name">classblogs.us/public$fastcgi_script_name</a>;</div>
<div>                        }</div><div><br></div><div>            location ^~ /blogs.dir/ {</div><div>                internal;</div><div>                root /home/parkerj/public_html/<a href="http://classblogs.us/public/wp-content">classblogs.us/public/wp-content</a>;</div>
<div>            }</div><div>       }</div><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 3:20 PM, Guzman Braso <span dir="ltr">&lt;<a href="mailto:guzman.braso@gmail.com">guzman.braso@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Also it may be your application &amp; not nginx giving the 302 when users<br>
request /welcome/<br>
<br>
At least that /welcome/ comes with a some application headers like<br>
X-Pingback &amp; X-Powered-By.<br>
<br>
I would suspect your nginx is working as expected, it&#39;s your<br>
application not working correctly when /welcome/ is requested.<br>
<br>
As it was said send your config if you need help<br>
<div><div></div><div class="h5"><br>
On Tue, Mar 1, 2011 at 6:18 PM, Guzman Braso &lt;<a href="mailto:guzman.braso@gmail.com">guzman.braso@gmail.com</a>&gt; wrote:<br>
&gt; Just checked...<br>
&gt;<br>
&gt; From here I see a 302 redirect from the home to /welcome/ together<br>
&gt; with setup of three cookies &quot;PHP_SESSION&quot;, &quot;bp-message&quot; &amp;<br>
&gt; &quot;bp-message-type&quot;.<br>
&gt; Then /welcome/ gives a 302 to the home, together with set-cookie of<br>
&gt; &quot;bp-message&quot; &amp; &quot;bp-message-type&quot;.<br>
&gt;<br>
&gt; And again and again and again and again...<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 1, 2011 at 6:01 PM, Parker, Joshua &lt;<a href="mailto:josh@joshparker.us">josh@joshparker.us</a>&gt; wrote:<br>
&gt;&gt; I should also mention that the main site only redirects when you are *not*<br>
&gt;&gt; logged in.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Mar 1, 2011 at 3:00 PM, Parker, Joshua &lt;<a href="mailto:josh@joshparker.us">josh@joshparker.us</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hello, everyone. I have Wordpress 3.1 Multisite installed, and my main<br>
&gt;&gt;&gt; site is in a continuous loop: <a href="http://classblogs.us/" target="_blank">http://classblogs.us/</a>. There is nothing in my<br>
&gt;&gt;&gt; error logs to tell me what is wrong. Can someone help me with<br>
&gt;&gt;&gt; troubleshooting this issue? Thanks.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Joshua Parker<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Joshua Parker<br>
&gt;&gt; Church Management System - <a href="http://www.churchmember.us/" target="_blank">http://www.churchmember.us/</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; nginx mailing list<br>
&gt;&gt; <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
&gt;&gt; <a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Guzmán Brasó Núñez<br>
&gt; Senior Perl Developer / Sysadmin<br>
&gt; Web: <a href="http://guzman.braso.info" target="_blank">http://guzman.braso.info</a><br>
&gt; Mobile: +598 98 674020<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Guzmán Brasó Núñez<br>
Senior Perl Developer / Sysadmin<br>
Web: <a href="http://guzman.braso.info" target="_blank">http://guzman.braso.info</a><br>
Mobile: +598 98 674020<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Joshua Parker<div>Church Management System - <a href="http://www.churchmember.us/" target="_blank">http://www.churchmember.us/</a></div><br>