<?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 for Aleksandar Savic</title>
	<atom:link href="http://aleksandarsavic.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleksandarsavic.com</link>
	<description>simplicity is beautiful</description>
	<lastBuildDate>Mon, 17 May 2010 14:54:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Nginx redirect www.example.com requests to example.com or vice versa by Laurent Raufaste</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-405</link>
		<dc:creator>Laurent Raufaste</dc:creator>
		<pubDate>Mon, 17 May 2010 14:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-405</guid>
		<description>Nice &amp; clear example</description>
		<content:encoded><![CDATA[<p>Nice &amp; clear example</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx redirect www.example.com requests to example.com or vice versa by Fitim Blaku</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-404</link>
		<dc:creator>Fitim Blaku</dc:creator>
		<pubDate>Wed, 14 Apr 2010 00:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-404</guid>
		<description>Worked perfectly. Thanks.</description>
		<content:encoded><![CDATA[<p>Worked perfectly. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx and WordPress setup clean SEO friendly URLs by emcgfx</title>
		<link>http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/comment-page-1/#comment-402</link>
		<dc:creator>emcgfx</dc:creator>
		<pubDate>Mon, 05 Apr 2010 03:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-and-wordpress-setup-clean-seo-friendly-urls/#comment-402</guid>
		<description>@Sujay, you need to specify sub-directory in all rewrite rules, try this.

if (!-e $request_filename) {
rewrite ^.+?(/blog/wp-.*) $1 last;
rewrite ^.+?(/blog/.*\.php)$ $1 last;
rewrite ^(.+)$ /blog/index.php?q=$1 last;
break;
}</description>
		<content:encoded><![CDATA[<p>@Sujay, you need to specify sub-directory in all rewrite rules, try this.</p>
<p>if (!-e $request_filename) {<br />
rewrite ^.+?(/blog/wp-.*) $1 last;<br />
rewrite ^.+?(/blog/.*\.php)$ $1 last;<br />
rewrite ^(.+)$ /blog/index.php?q=$1 last;<br />
break;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx redirect www.example.com requests to example.com or vice versa by Adrien Lamothe</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-403</link>
		<dc:creator>Adrien Lamothe</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-403</guid>
		<description>I guess we’ll just hope the newer versions fix the problem.</description>
		<content:encoded><![CDATA[<p>I guess we’ll just hope the newer versions fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx redirect www.example.com requests to example.com or vice versa by Tom Werth</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-400</link>
		<dc:creator>Tom Werth</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-400</guid>
		<description>Yeah, interestingly, we ran into the same SSL issue as well. We can&#039;t get the rewrite to work in the SSL module. We&#039;re looking for solutions. Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>Yeah, interestingly, we ran into the same SSL issue as well. We can&#8217;t get the rewrite to work in the SSL module. We&#8217;re looking for solutions. Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx redirect www.example.com requests to example.com or vice versa by Adrien Lamothe</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-397</link>
		<dc:creator>Adrien Lamothe</dc:creator>
		<pubDate>Mon, 04 Jan 2010 00:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-397</guid>
		<description>Also, if I include the www rewrite rule in my module definition for the SSL module (i.e. &quot;listen 443&quot;), then SSL doesn&#039;t work, but if I remove the www rewrite rule from the SSL module def then SSL does work.</description>
		<content:encoded><![CDATA[<p>Also, if I include the www rewrite rule in my module definition for the SSL module (i.e. &#8220;listen 443&#8243;), then SSL doesn&#8217;t work, but if I remove the www rewrite rule from the SSL module def then SSL does work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx redirect www.example.com requests to example.com or vice versa by Adrien Lamothe</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-394</link>
		<dc:creator>Adrien Lamothe</dc:creator>
		<pubDate>Mon, 04 Jan 2010 00:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-394</guid>
		<description>Neither of those work for my server. I&#039;ve been trying different variants of the redirect regex, including the one you suggest here, and none of them work. Other than that nginx is working fine. Very bizarre.

If my server didn&#039;t have the redirect library, wouldn&#039;t Nginx complain about it at startup and die?

Thanks,

Adrien</description>
		<content:encoded><![CDATA[<p>Neither of those work for my server. I&#8217;ve been trying different variants of the redirect regex, including the one you suggest here, and none of them work. Other than that nginx is working fine. Very bizarre.</p>
<p>If my server didn&#8217;t have the redirect library, wouldn&#8217;t Nginx complain about it at startup and die?</p>
<p>Thanks,</p>
<p>Adrien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx and WordPress setup clean SEO friendly URLs 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>Comment on Nginx and WordPress setup clean SEO friendly URLs 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>Comment on Nginx redirect www.example.com requests to example.com or vice versa by James</title>
		<link>http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/comment-page-1/#comment-387</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-redirect-wwwexamplecom-requests-to-examplecom-or-vice-versa/#comment-387</guid>
		<description>So simple, yet couldn&#039;t figure it out.  Thanks for the time savings.  It was driving me nuts!</description>
		<content:encoded><![CDATA[<p>So simple, yet couldn&#8217;t figure it out.  Thanks for the time savings.  It was driving me nuts!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
