<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/apache/tags/rewriting</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 19:16:41 GMT</pubDate>
<item>
<title>(Apache) HAProxy URL Rewriting with query strings (ugly URLs) - alexwilliams</title>
<link>http://snipplr.com/view/18404/haproxy-url-rewriting-with-query-strings-ugly-urls/</link>
<description><![CDATA[ <p>This line can be added to 'backend', 'frontend', 'listen' directives in the HAProxy config.

It will redirect all requests for /books/mysql to /books.php?title=mysql</p> ]]></description>
<pubDate>Mon, 17 Aug 2009 15:08:34 GMT</pubDate>
<guid>http://snipplr.com/view/18404/haproxy-url-rewriting-with-query-strings-ugly-urls/</guid>
</item>
<item>
<title>(Apache) HAProxy URL Rewriting - alexwilliams</title>
<link>http://snipplr.com/view/18274/haproxy-url-rewriting/</link>
<description><![CDATA[ <p>In this example:

*rewrite urls from domain.com to www.domain.com*

This is somewhat documented elsewhere, but not very well, so here's an example on how to perform simple URL rewriting with HAProxy (instead of using mod_rewrite with apache).

This works great if your servers use lighttpd, nginx, or anything that doesnt provide its own simple url rewriting.</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 14:10:49 GMT</pubDate>
<guid>http://snipplr.com/view/18274/haproxy-url-rewriting/</guid>
</item>
</channel>
</rss>