<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aleksandar Savic &#187; articlelive</title>
	<atom:link href="http://aleksandarsavic.com/tag/articlelive/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleksandarsavic.com</link>
	<description>simplicity is beautiful</description>
	<lastBuildDate>Mon, 08 Dec 2008 23:37:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nginx rewrite config for ArticleLive</title>
		<link>http://aleksandarsavic.com/nginx-rewrite-config-for-articlelive/</link>
		<comments>http://aleksandarsavic.com/nginx-rewrite-config-for-articlelive/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 23:53:58 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[articlelive]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://aleksandarsavic.com/nginx-rewrite-config-for-articlelive/</guid>
		<description><![CDATA[Nginx rewrite rules for ArticleLive: if (!-e $request_filename) { rewrite ^/categories(.*)$ /categories.php?$1 last; rewrite ^/articles(.*)$ /articles.php?$1 last; rewrite ^/pages(.*)$ /pages.php?$1 last; rewrite ^/blogs(.*)$ /blogs.php?$1 last; rewrite ^/news(.*)$ /news.php?$1 last; rewrite ^/authors(.*)$ /authors.php?$1 last; rewrite ^/search(.*)$ /search.php?$1 last; rewrite ^/articlerss(.*)$ /articlerss.php?$1 last; rewrite ^/contact(.*)$ /contact.php?$1 last; rewrite ^/blogrss(.*)$ /blogrss.php?$1 last; rewrite ^/newsrss(.*)$ /newsrss.php?$1 last; break; }]]></description>
			<content:encoded><![CDATA[<p>Nginx rewrite rules for <a href="http://www.interspire.com/articlelive/">ArticleLive</a>:</p>
<pre>if (!-e $request_filename) {
rewrite  ^/categories(.*)$  /categories.php?$1  last;
rewrite  ^/articles(.*)$  /articles.php?$1  last;
rewrite  ^/pages(.*)$  /pages.php?$1  last;
rewrite  ^/blogs(.*)$  /blogs.php?$1  last;
rewrite  ^/news(.*)$  /news.php?$1  last;
rewrite  ^/authors(.*)$  /authors.php?$1  last;
rewrite  ^/search(.*)$  /search.php?$1  last;
rewrite  ^/articlerss(.*)$  /articlerss.php?$1  last;
rewrite  ^/contact(.*)$  /contact.php?$1  last;
rewrite  ^/blogrss(.*)$  /blogrss.php?$1  last;
rewrite  ^/newsrss(.*)$  /newsrss.php?$1  last;
break;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://aleksandarsavic.com/nginx-rewrite-config-for-articlelive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
