<?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>Web&#38;Dev &#187; Squid</title>
	<atom:link href="http://blog.webetdev.com/wordpress/tag/squid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webetdev.com/wordpress</link>
	<description>Partager mes recherches, mise en oeuvre...</description>
	<lastBuildDate>Sun, 27 Dec 2009 19:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Redirection erreur DNS et Squid</title>
		<link>http://blog.webetdev.com/wordpress/2009/11/15/redirection-erreur-dns-et-squid/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.webetdev.com/wordpress/2009/11/15/redirection-erreur-dns-et-squid/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 10:21:34 +0000</pubDate>
		<dc:creator>stephanev</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Serveur]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://blog.webetdev.com/wordpress/?p=115</guid>
		<description><![CDATA[Pour rediriger, un nom de domaine introuvable lorsqu&#8217;on utilise Squid.
Dans le fichier ERR_DNS_FAIL ( situé /usr/share/squid/errors/French/ERR_DNS_FAIL )  si votre Squid est configuré en Français ( répertoire English par défaut ).
en rajoutant le code suivant dans le header
&#60;script language=&#160;&#187;javascript&#160;&#187; type=&#160;&#187;text/javascript&#160;&#187;&#62;
&#60;!&#8211;
window.location.replace(&#171;&#160;http://www.google.fr/search?q=&#160;&#187; + window.location.href );
&#8211;&#62;
&#60;/script&#62;
ici je redirige la recherche vers google.fr.

		 	
		 	
		 	
		 	
			
		 	
		 	
		 	]]></description>
			<content:encoded><![CDATA[<p>Pour rediriger, un nom de domaine introuvable lorsqu&#8217;on utilise Squid.</p>
<p>Dans le fichier ERR_DNS_FAIL ( situé /usr/share/squid/errors/French/ERR_DNS_FAIL )  si votre Squid est configuré en Français ( répertoire English par défaut ).</p>
<p>en rajoutant le code suivant dans le header</p>
<p>&lt;script language=&nbsp;&raquo;javascript&nbsp;&raquo; type=&nbsp;&raquo;text/javascript&nbsp;&raquo;&gt;<br />
&lt;!&#8211;<br />
window.location.replace(&laquo;&nbsp;http://www.google.fr/search?q=&nbsp;&raquo; + window.location.href );<br />
&#8211;&gt;<br />
&lt;/script&gt;</p>
<p>ici je redirige la recherche vers google.fr.</p>
<!-- Post[count: 2] -->
		 	<div >
		 	<!-- Start of Brinkin Banner Exchange (http://banners.brinkin.com) Code -->
		 	<script type="text/javascript">
		 	<!--
			var brinkinBannerID = 896;
			//-->
			</script>
		 	<script type="text/javascript" language="javascript" src="http://code.banners.brinkin.com/banner_1.js"></script>
		 	<!-- End of Brinkin Banner Exchange Code -->
		 	</div>]]></content:encoded>
			<wfw:commentRss>http://blog.webetdev.com/wordpress/2009/11/15/redirection-erreur-dns-et-squid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
