<?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; xtraupload</title>
	<atom:link href="http://aleksandarsavic.com/tag/xtraupload/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.3.1</generator>
		<item>
		<title>Running XtraUpload Under Nginx</title>
		<link>http://aleksandarsavic.com/running-xtraupload-under-nginx/</link>
		<comments>http://aleksandarsavic.com/running-xtraupload-under-nginx/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 18:50:44 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[xtraupload]]></category>

		<guid isPermaLink="false">http://aleksandarsavic.com/running-xtraupload-under-nginx/</guid>
		<description><![CDATA[Nginx rewrite rules for XtraUpload: if (!-e $request_filename) { # New Rewrite Rules for total site SEO rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&#38;$4=$5&#38;$6=$7&#38;$8=$9&#38;$10=$11 last; rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&#38;$4=$5&#38;$6=$7&#38;$8=$9 last; rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&#38;$4=$5$6=$7&#38; last; rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&#38;$4=$5 last; rewrite ^/(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3 last; # More New Rewrite Rules for total site SEO, with index.htm pagess at the end rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/$ /$1.php?$2=$3&#38;$4=$5&#38;$6=$7&#38;$8=$9&#38;$10=$11 [...]]]></description>
			<content:encoded><![CDATA[<p>Nginx rewrite rules for <a href="http://xtrafile.com/">XtraUpload</a>:</p>
<pre>if (!-e $request_filename) {
# New Rewrite Rules for total site SEO
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&amp;$4=$5&amp;$6=$7&amp;$8=$9&amp;$10=$11 last;
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&amp;$4=$5&amp;$6=$7&amp;$8=$9 last;
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&amp;$4=$5$6=$7&amp; last;
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3&amp;$4=$5 last;
rewrite ^/(.*)/(.*)_(.*)/index\.htm$ /$1.php?$2=$3 last;

# More New Rewrite Rules for total site SEO, with index.htm pagess at the end
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/$ /$1.php?$2=$3&amp;$4=$5&amp;$6=$7&amp;$8=$9&amp;$10=$11 last;
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/$ /$1.php?$2=$3&amp;$4=$5&amp;$6=$7&amp;$8=$9 last;
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/(.*)_(.*)/$ /$1.php?$2=$3&amp;$4=$5$6=$7&amp; last;
rewrite ^/(.*)/(.*)_(.*)/(.*)_(.*)/$ /$1.php?$2=$3&amp;$4=$5 last;
rewrite ^/(.*)/(.*)_(.*)/$ /$1.php?$2=$3 last;

# Old rewrite rules for Files
rewrite ^/file/(.*)/(.*)$ /index.php?p=download&amp;link=$1&amp;name=$2 last;
rewrite ^/files/(.*)/(.*)$ /index.php?p=download&amp;link=$1&amp;name=$2 last;
rewrite ^/files/(.*)$ /index.php?p=download&amp;hash=$1 last;
rewrite ^/download/(.*)$ /index.php?p=get&amp;file=$1 last;

# Old Rewrite rules for direct imaging
rewrite ^/imagedirect/(.*)$ /imagedirect.php?file=$1 last;
rewrite ^/thumb/(.*)$ /thumb.php?file=$1 last;
break;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://aleksandarsavic.com/running-xtraupload-under-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

