<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Nginx and WordPress setup clean SEO friendly URLs</title>
	<atom:link href="http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/</link>
	<description>simplicity is beautiful</description>
	<lastBuildDate>Thu, 28 Jan 2010 05:56:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Complete Linux PHP MySQL Nginx Reference - VPS Bible #20 - GUVNR</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-391</link>
		<dc:creator>Complete Linux PHP MySQL Nginx Reference - VPS Bible #20 - GUVNR</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-391</guid>
		<description>[...] Aleksandarsavic.com .. Nginx with WordPress &amp; FURL&#039;s [...]</description>
		<content:encoded><![CDATA[<p>[...] Aleksandarsavic.com .. Nginx with WordPress &amp; FURL&#39;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-388</link>
		<dc:creator>Giorgio</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-388</guid>
		<description>Hello i&#039;m looking for an experienced System Administrator to set-up Nginx on my VPS account (very trafficked wordpress blog.) since i&#039;m experiencing problems with Apache
Contact me if you are interested about the small job (and tell me the price you ask) at

seffignoz at gmail d o t com</description>
		<content:encoded><![CDATA[<p>Hello i&#8217;m looking for an experienced System Administrator to set-up Nginx on my VPS account (very trafficked wordpress blog.) since i&#8217;m experiencing problems with Apache<br />
Contact me if you are interested about the small job (and tell me the price you ask) at</p>
<p>seffignoz at gmail d o t com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujay</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-383</link>
		<dc:creator>Sujay</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-383</guid>
		<description>I recently migrated my WP-MU blog from apache to nginx. the blog appears as mydomain.com/blog .
I am having problems with the nginx rewrite rules. I used the following.

location /blog/ {
if (!-e $request_filename) {
rewrite ^.+?(/.*\.php)$ /blog$1 last;
rewrite ^.+?(/wp-.*) /blog$1 last;
rewrite ^ /blog/index.php last;
}
}

The URLS word prrperly but my design is screwed up. Where am I going wrong?</description>
		<content:encoded><![CDATA[<p>I recently migrated my WP-MU blog from apache to nginx. the blog appears as mydomain.com/blog .<br />
I am having problems with the nginx rewrite rules. I used the following.</p>
<p>location /blog/ {<br />
if (!-e $request_filename) {<br />
rewrite ^.+?(/.*\.php)$ /blog$1 last;<br />
rewrite ^.+?(/wp-.*) /blog$1 last;<br />
rewrite ^ /blog/index.php last;<br />
}<br />
}</p>
<p>The URLS word prrperly but my design is screwed up. Where am I going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-233</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Thu, 11 Sep 2008 04:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-233</guid>
		<description>Thanks, works like charm, or Hvala brate, radi dobro :-)

Pozdrav iz Cikaga,
Emil</description>
		<content:encoded><![CDATA[<p>Thanks, works like charm, or Hvala brate, radi dobro <img src='http://aleksandarsavic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Pozdrav iz Cikaga,<br />
Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilip P</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-33</link>
		<dc:creator>Dilip P</dc:creator>
		<pubDate>Sun, 06 Jul 2008 15:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-33</guid>
		<description>this is my config file and i&#039;ve not been able to get it working

server {

            listen   80;
            server_name  www.domain.in;
            rewrite ^/(.*) http://domain.in permanent;

           }


server {

            listen   80;
            server_name domain.in;

            access_log /home/pdilip/public_html/domain.in/log/access.log;
            error_log /home/pdilip/public_html/domain.in/log/error.log;

            location / {
		                      root   /home/pdilip/public_html/domain.in/public/;
		                        index  index.html index.htm index.php;

		                        }
		    
			location ~ \.php$ {
		        include /etc/nginx/fastcgi_params;
		        fastcgi_pass  127.0.0.1:9000;
		        fastcgi_index index.php;
		        fastcgi_param  SCRIPT_FILENAME  /home/pdilip/public_html/domain.in/public/$fastcgi_script_name;
				    
				}


				            }</description>
		<content:encoded><![CDATA[<p>this is my config file and i&#8217;ve not been able to get it working</p>
<p>server {</p>
<p>            listen   80;<br />
            server_name  <a href="http://www.domain.in" rel="nofollow">http://www.domain.in</a>;<br />
            rewrite ^/(.*) <a href="http://domain.in" rel="nofollow">http://domain.in</a> permanent;</p>
<p>           }</p>
<p>server {</p>
<p>            listen   80;<br />
            server_name domain.in;</p>
<p>            access_log /home/pdilip/public_html/domain.in/log/access.log;<br />
            error_log /home/pdilip/public_html/domain.in/log/error.log;</p>
<p>            location / {<br />
		                      root   /home/pdilip/public_html/domain.in/public/;<br />
		                        index  index.html index.htm index.php;</p>
<p>		                        }</p>
<p>			location ~ \.php$ {<br />
		        include /etc/nginx/fastcgi_params;<br />
		        fastcgi_pass  127.0.0.1:9000;<br />
		        fastcgi_index index.php;<br />
		        fastcgi_param  SCRIPT_FILENAME  /home/pdilip/public_html/domain.in/public/$fastcgi_script_name;</p>
<p>				}</p>
<p>				            }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-29</link>
		<dc:creator>G</dc:creator>
		<pubDate>Sun, 18 May 2008 15:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-29</guid>
		<description>Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew CHalkley</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-26</link>
		<dc:creator>Andrew CHalkley</dc:creator>
		<pubDate>Sat, 26 Apr 2008 13:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-26</guid>
		<description>Thank you for your help! Worked a treat!</description>
		<content:encoded><![CDATA[<p>Thank you for your help! Worked a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-16 &#171; The Inscription</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-25</link>
		<dc:creator>links for 2008-04-16 &#171; The Inscription</dc:creator>
		<pubDate>Wed, 16 Apr 2008 06:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-25</guid>
		<description>[...] Aleksandar Savic - Nginx and WordPress setup clean SEO friendly URLs Open your nginx configuration file: (tags: Wordpress Nginx) [...]</description>
		<content:encoded><![CDATA[<p>[...] Aleksandar Savic &#8211; Nginx and WordPress setup clean SEO friendly URLs Open your nginx configuration file: (tags: Wordpress Nginx) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandar</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-22</link>
		<dc:creator>Aleksandar</dc:creator>
		<pubDate>Fri, 19 Oct 2007 00:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-22</guid>
		<description>Ah.. I just noticed, based on your input, you are running wordpress mu..
This is for wordpress not for wordpress mu.</description>
		<content:encoded><![CDATA[<p>Ah.. I just noticed, based on your input, you are running wordpress mu..<br />
This is for wordpress not for wordpress mu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandar</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-21</link>
		<dc:creator>Aleksandar</dc:creator>
		<pubDate>Fri, 19 Oct 2007 00:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-21</guid>
		<description>Hi, Ales
Look again, you might have missed something...
My configuration is valid. :)</description>
		<content:encoded><![CDATA[<p>Hi, Ales<br />
Look again, you might have missed something&#8230;<br />
My configuration is valid. <img src='http://aleksandarsavic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
