<?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>Cake Toppings &#187; mod_rewrite</title>
	<atom:link href="http://www.cake-toppings.com/tag/mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cake-toppings.com</link>
	<description>Tips &#38; tricks about (Cake)PHP, javascript, AJAX, etc.</description>
	<lastBuildDate>Fri, 11 Nov 2011 10:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Mapping content over domains with Apache</title>
		<link>http://www.cake-toppings.com/2009/02/18/mapping-content-over-domains-with-apache/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mapping-content-over-domains-with-apache</link>
		<comments>http://www.cake-toppings.com/2009/02/18/mapping-content-over-domains-with-apache/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:19:08 +0000</pubDate>
		<dc:creator>primeminister</dc:creator>
				<category><![CDATA[Cake-Toppings]]></category>
		<category><![CDATA[Other (tech) stuff]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.cake-toppings.com/?p=130</guid>
		<description><![CDATA[Using &#8216;Dynamic Mirror&#8216; in Apache you can map content from one domain to another. This was useful for a customer who had two very old domains from 1993 and built-up a nice SEO ranking. We have two domains a-domain.com and b-example.com. The last one has a new design and some different links and is an application built [...]]]></description>
		<wfw:commentRss>http://www.cake-toppings.com/2009/02/18/mapping-content-over-domains-with-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking query string with mod rewrite</title>
		<link>http://www.cake-toppings.com/2008/10/27/checking-query-string-with-mod-rewrite/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=checking-query-string-with-mod-rewrite</link>
		<comments>http://www.cake-toppings.com/2008/10/27/checking-query-string-with-mod-rewrite/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 21:36:24 +0000</pubDate>
		<dc:creator>primeminister</dc:creator>
				<category><![CDATA[Other (tech) stuff]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.cake-toppings.com/?p=92</guid>
		<description><![CDATA[The latest project I had to rewrite old URLs to new URLs. These URLs have been on the internet since 1994 so for the search engines and ranking on those pages it was very important. Many URLs had to be detected through there query string, their GET arguments. Here is an example: /item.php?269128 /edit.php?0,0 And [...]]]></description>
		<wfw:commentRss>http://www.cake-toppings.com/2008/10/27/checking-query-string-with-mod-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending url parameter through _GET and Cake convention</title>
		<link>http://www.cake-toppings.com/2008/10/21/sending-url-parameter-through-_get-and-cake-convention/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sending-url-parameter-through-_get-and-cake-convention</link>
		<comments>http://www.cake-toppings.com/2008/10/21/sending-url-parameter-through-_get-and-cake-convention/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 07:57:27 +0000</pubDate>
		<dc:creator>primeminister</dc:creator>
				<category><![CDATA[Cake-Toppings]]></category>
		<category><![CDATA[dispatcher]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[params]]></category>

		<guid isPermaLink="false">http://www.cake-toppings.com/?p=70</guid>
		<description><![CDATA[Yesterday I tried to pass an &#8216;url&#8217; GET parameter to cake but I got a &#8216;Http controller missing&#8216; error. Here is the url: http://www.example.com/images/notify?myid=456&#38;time=782638762863&#38;url=http%3A%2F%2Fwww.cakephp.org After a while I remembered that CakePHP uses the &#8216;url&#8217; parameter when using mod_rewrite: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] This means that every request after the [...]]]></description>
		<wfw:commentRss>http://www.cake-toppings.com/2008/10/21/sending-url-parameter-through-_get-and-cake-convention/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

