<?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: Redirect Website Requests Based on the Browser Used (Chrome, Firefox or IE)	</title>
	<atom:link href="https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 25 Sep 2019 15:38:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Waqar Hussain		</title>
		<link>https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-1254765</link>

		<dc:creator><![CDATA[Waqar Hussain]]></dc:creator>
		<pubDate>Wed, 25 Sep 2019 15:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23611#comment-1254765</guid>

					<description><![CDATA[Thank you,

For all of the popular browser, you can use the following code. I hope it will help someone.
&lt;pre&gt;
RewriteEngine on

RewriteCond %{HTTP_USER_AGENT} Opera
RewriteRule ^index.php$ opera.php [NC,L]

RewriteCond &quot;%{HTTP_USER_AGENT}&quot;  &quot;.*Trident.*&quot;
RewriteRule ^index.php$ ie.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Edge
RewriteRule ^index.php$ edge.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Chrome
RewriteRule ^index.php$ chrome.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Safari
RewriteRule ^index.php$ safari.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Firefox
RewriteRule ^index.php$ firefox.php [NC,L]

RewriteRule ^index.php$ default.php [L]
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Thank you,</p>
<p>For all of the popular browser, you can use the following code. I hope it will help someone.</p>
<pre>
RewriteEngine on

RewriteCond %{HTTP_USER_AGENT} Opera
RewriteRule ^index.php$ opera.php [NC,L]

RewriteCond "%{HTTP_USER_AGENT}"  ".*Trident.*"
RewriteRule ^index.php$ ie.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Edge
RewriteRule ^index.php$ edge.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Chrome
RewriteRule ^index.php$ chrome.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Safari
RewriteRule ^index.php$ safari.php [NC,L]

RewriteCond %{HTTP_USER_AGENT} Firefox
RewriteRule ^index.php$ firefox.php [NC,L]

RewriteRule ^index.php$ default.php [L]
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935317</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 14 Nov 2017 04:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23611#comment-935317</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935185&quot;&gt;tony&lt;/a&gt;.

@Tony,

It&#039;s already provided in the article, please follow the article carefully, you got to know..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935185">tony</a>.</p>
<p>@Tony,</p>
<p>It&#8217;s already provided in the article, please follow the article carefully, you got to know..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tony		</title>
		<link>https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935185</link>

		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 17:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23611#comment-935185</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935005&quot;&gt;Ravi Saive&lt;/a&gt;.

ps: could you please provide example of the html code to make tecmint.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935005">Ravi Saive</a>.</p>
<p>ps: could you please provide example of the html code to make tecmint.html</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tony		</title>
		<link>https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935054</link>

		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 08:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23611#comment-935054</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935005&quot;&gt;Ravi Saive&lt;/a&gt;.

thanks for responding. I&#039;ve already got the redirect stuff in the  section of the html code but it doesn&#039;t work and just appears as text on the page. I&#039;ve also created a .htaccess file with the redirect lines in it but it still doesn&#039;t work. Thanks for any further advice.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935005">Ravi Saive</a>.</p>
<p>thanks for responding. I&#8217;ve already got the redirect stuff in the  section of the html code but it doesn&#8217;t work and just appears as text on the page. I&#8217;ve also created a .htaccess file with the redirect lines in it but it still doesn&#8217;t work. Thanks for any further advice.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-935005</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 06:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23611#comment-935005</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-934244&quot;&gt;tony&lt;/a&gt;.

@Tony,

Add these redirect stuff in Apache configuration file and html content in tecmint.html page.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/mod_rewrite-redirect-requests-based-on-browser/comment-page-1/#comment-934244">tony</a>.</p>
<p>@Tony,</p>
<p>Add these redirect stuff in Apache configuration file and html content in tecmint.html page.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
