<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.nginx.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.nginx.org/index.php?title=RewriteMultiCondExample&amp;feed=atom&amp;action=history</id>
		<title>RewriteMultiCondExample - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.nginx.org/index.php?title=RewriteMultiCondExample&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=RewriteMultiCondExample&amp;action=history"/>
		<updated>2013-06-20T10:22:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.nginx.org/index.php?title=RewriteMultiCondExample&amp;diff=262&amp;oldid=prev</id>
		<title>MichaelLustfield: moved NginxRewriteMultiCondExample to RewriteMultiCondExample:&amp;#32;Removing Nginx prefix from page titles</title>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=RewriteMultiCondExample&amp;diff=262&amp;oldid=prev"/>
				<updated>2010-09-22T19:30:47Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/NginxRewriteMultiCondExample&quot; class=&quot;mw-redirect&quot; title=&quot;NginxRewriteMultiCondExample&quot;&gt;NginxRewriteMultiCondExample&lt;/a&gt; to &lt;a href=&quot;/RewriteMultiCondExample&quot; title=&quot;RewriteMultiCondExample&quot;&gt;RewriteMultiCondExample&lt;/a&gt;: Removing Nginx prefix from page titles&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;geshi lang=&amp;quot;nginx&amp;quot;&amp;gt;&lt;br /&gt;
location /xxxx/ {&lt;br /&gt;
  set $test &amp;quot;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
  if ($request_method = POST) {&lt;br /&gt;
    set $test  P;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  if ($http_cookie ~* &amp;quot;CCCC=.+(?:;|$)&amp;quot; ) {&lt;br /&gt;
    set $test  &amp;quot;${test}C&amp;quot;;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  if ($test = PC) {&lt;br /&gt;
    #rewrite rule goes here.&lt;br /&gt;
  } &lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;/div&gt;</summary>
		<author><name>MichaelLustfield</name></author>	</entry>

	</feed>