<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache rewrite rule for iPhone users</title>
	<atom:link href="http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/</link>
	<description></description>
	<lastBuildDate>Mon, 03 May 2010 13:50:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Kenny</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-4569</link>
		<dc:creator>Mark Kenny</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-4569</guid>
		<description>mike and juno:

Error 500 means the server did something wrong. It&#039;s an HTTP error, which means the server is telling the browser that the server messed up.

Unfortunately, there is no further information, which makes debugging a real pain.

From experience, there&#039;s probably an error in your rewrite rules. Ask your host where they keep the error logs that Apache and PHP produce, it might turn up some clues. Also, check that you&#039;ve spelt everything correctly.

There are quite a big number of problems that could be causing the error, it&#039;s hard to pinpoint which one without more information. 

But good luck! Every problem has a solution...</description>
		<content:encoded><![CDATA[<p>mike and juno:</p>
<p>Error 500 means the server did something wrong. It&#8217;s an HTTP error, which means the server is telling the browser that the server messed up.</p>
<p>Unfortunately, there is no further information, which makes debugging a real pain.</p>
<p>From experience, there&#8217;s probably an error in your rewrite rules. Ask your host where they keep the error logs that Apache and PHP produce, it might turn up some clues. Also, check that you&#8217;ve spelt everything correctly.</p>
<p>There are quite a big number of problems that could be causing the error, it&#8217;s hard to pinpoint which one without more information. </p>
<p>But good luck! Every problem has a solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juno</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-4514</link>
		<dc:creator>juno</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-4514</guid>
		<description>Error 500 – Internal server error.
Any working solution?
THX</description>
		<content:encoded><![CDATA[<p>Error 500 – Internal server error.<br />
Any working solution?<br />
THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-4504</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-4504</guid>
		<description>Hmm. I also tried to get this work, but when i upload this .htaccess-file my server does not show the website again. there is an error 500:
Error 500 - Internal server error.
how can i fix this? if i delete the .htaccess it works again

thanxx for your help ;)</description>
		<content:encoded><![CDATA[<p>Hmm. I also tried to get this work, but when i upload this .htaccess-file my server does not show the website again. there is an error 500:<br />
Error 500 &#8211; Internal server error.<br />
how can i fix this? if i delete the .htaccess it works again</p>
<p>thanxx for your help <img src='http://webdirect.no/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idel</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-4386</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-4386</guid>
		<description>Some more new about Apache Mobile Filter hase involved in this time.
The last version now is V3, it&#039;s a suite of several modules:

1.  Detect correctly the device and pass to the other web application (php, ruby, perl ..... etc.) the capabilities as environment variables (AMFWURFLFilter)
   2. Cluster Caching mode (AMFWURFLFilterMemcached)
   3. Mobile Caching System (AMFMobileCaching)
   4. Resize images on the fly to adapt to the screen size of the mobile devices (AMFImageRendering)
   5. Switch the browser to a correct site (AMFSwitcher)
   6. Carrier Detection (Vodafone, TIM, Orange etc. etc.) (AMFCarrierDetection)
   7. Admin Tool (only for filesystem caching) (AMFDeviceMonitor)

From November 2009 the AMF project it&#039;s included in the Apache Module Registry (http://modules.apache.org).
In this url there are some success histories:
http://www.idelfuschini.it/en/-success-histories.html</description>
		<content:encoded><![CDATA[<p>Some more new about Apache Mobile Filter hase involved in this time.<br />
The last version now is V3, it&#8217;s a suite of several modules:</p>
<p>1.  Detect correctly the device and pass to the other web application (php, ruby, perl &#8230;.. etc.) the capabilities as environment variables (AMFWURFLFilter)<br />
   2. Cluster Caching mode (AMFWURFLFilterMemcached)<br />
   3. Mobile Caching System (AMFMobileCaching)<br />
   4. Resize images on the fly to adapt to the screen size of the mobile devices (AMFImageRendering)<br />
   5. Switch the browser to a correct site (AMFSwitcher)<br />
   6. Carrier Detection (Vodafone, TIM, Orange etc. etc.) (AMFCarrierDetection)<br />
   7. Admin Tool (only for filesystem caching) (AMFDeviceMonitor)</p>
<p>From November 2009 the AMF project it&#8217;s included in the Apache Module Registry (<a href="http://modules.apache.org" rel="nofollow">http://modules.apache.org</a>).<br />
In this url there are some success histories:<br />
<a href="http://www.idelfuschini.it/en/-success-histories.html" rel="nofollow">http://www.idelfuschini.it/en/-success-histories.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShukHan Lee</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-1478</link>
		<dc:creator>ShukHan Lee</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-1478</guid>
		<description>Hi! The post is really interesting! I</description>
		<content:encoded><![CDATA[<p>Hi! The post is really interesting! I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idel</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-1186</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Wed, 13 May 2009 09:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-1186</guid>
		<description>Hi,
I realize the new Apache Filter V2.00
Read this info: http://www.idelfuschini.it/apache-mobile-filter-v2x.html</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I realize the new Apache Filter V2.00<br />
Read this info: <a href="http://www.idelfuschini.it/apache-mobile-filter-v2x.html" rel="nofollow">http://www.idelfuschini.it/apache-mobile-filter-v2x.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idel</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-1086</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-1086</guid>
		<description>Hi,
I did just know the Apache Mobile Filter V1.61
From version of februry I change a lot of thinks:

1) is faster
2) is more accuracy
3) easy to use
4) have alot of feature

For more details go to:

http://www.idelfuschini.it/apache-mobile-filter.html</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I did just know the Apache Mobile Filter V1.61<br />
From version of februry I change a lot of thinks:</p>
<p>1) is faster<br />
2) is more accuracy<br />
3) easy to use<br />
4) have alot of feature</p>
<p>For more details go to:</p>
<p><a href="http://www.idelfuschini.it/apache-mobile-filter.html" rel="nofollow">http://www.idelfuschini.it/apache-mobile-filter.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venice</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-686</link>
		<dc:creator>venice</dc:creator>
		<pubDate>Fri, 13 Feb 2009 16:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-686</guid>
		<description>i wonder will this can solve the error &quot;Safari could not open this page becoz too many redirects&quot; when i go to my iphone version web site.? the iphone detection script was coded in the main web index.php which will only then redirect to my iphone-index.php..</description>
		<content:encoded><![CDATA[<p>i wonder will this can solve the error &#8220;Safari could not open this page becoz too many redirects&#8221; when i go to my iphone version web site.? the iphone detection script was coded in the main web index.php which will only then redirect to my iphone-index.php..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idel</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-571</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-571</guid>
		<description>Hi I did an Apache Mobile Filter and I think could help you to resolve mobile (include iPhone) problem.
For more details:

http://www.idelfuschini.it/index.php/apache-mobile-filter.html</description>
		<content:encoded><![CDATA[<p>Hi I did an Apache Mobile Filter and I think could help you to resolve mobile (include iPhone) problem.<br />
For more details:</p>
<p><a href="http://www.idelfuschini.it/index.php/apache-mobile-filter.html" rel="nofollow">http://www.idelfuschini.it/index.php/apache-mobile-filter.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idel</title>
		<link>http://webdirect.no/mobile/apache-rewrite-rule-for-iphone-users/comment-page-1/#comment-570</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdirect.no/?p=40#comment-570</guid>
		<description>Type your comment here.</description>
		<content:encoded><![CDATA[<p>Type your comment here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
