<?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>Glen Lumanau &#187; forum</title>
	<atom:link href="http://lumanau.web.id/tag/forum/feed" rel="self" type="application/rss+xml" />
	<link>http://lumanau.web.id</link>
	<description>Nothing Special</description>
	<lastBuildDate>Fri, 30 Sep 2011 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nginx rewrite rules for vBulletin + vbSEO</title>
		<link>http://lumanau.web.id/2009/01/16/nginx-rewrite-rules-for-vbulletin-vbseo.html</link>
		<comments>http://lumanau.web.id/2009/01/16/nginx-rewrite-rules-for-vbulletin-vbseo.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 04:56:00 +0000</pubDate>
		<dc:creator>Glen Lumanau</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[vbseo]]></category>
		<category><![CDATA[vbulletin]]></category>

		<guid isPermaLink="false">http://www.lumanau.web.id/?p=142</guid>
		<description><![CDATA[I searched on google and I think never heard about it. I actually have implement nginx + vbseo on the forum that I maintained. You can see them here and here How to create a nginx rewrite rule that is working for vBulletin and vbSEO plugins? This&#8217;s the nginx configuration that&#8217;s working for vBulletin and [...]]]></description>
			<content:encoded><![CDATA[<p>I searched on google and I think never heard about it.</p>
<p>I actually have implement nginx + vbseo on the forum that I maintained. You can see them <a href="http://forum.seleb.tv">here</a> and <a href="http://forum.kompas.com">here</a></p>
<p>How to create a nginx rewrite rule that is working for vBulletin and vbSEO plugins?</p>
<p><span id="more-142"></span>This&#8217;s the nginx configuration that&#8217;s working for vBulletin and vbSEO</p>
<blockquote><p>location / {<br />
rewrite ^/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;</p>
<p>if ($request_filename ~ &#8220;\.php$&#8221; ) {<br />
rewrite ^(.*)$ /vbseo.php last;<br />
}</p>
<p>if (!-e $request_filename) {<br />
rewrite ^/(.*)$ /vbseo.php last;<br />
}</p>
<p>}</p></blockquote>
<p>Any comments please welcome <img src='http://lumanau.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2009/01/16/nginx-rewrite-rules-for-vbulletin-vbseo.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

