<?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: Activer la compression gzip / deflate sur 1and1 [Astuce]	</title>
	<atom:link href="https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/</link>
	<description>Pour tous les technophiles</description>
	<lastBuildDate>Sat, 17 Sep 2016 20:27:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Gigi		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36524</link>

		<dc:creator><![CDATA[Gigi]]></dc:creator>
		<pubDate>Sat, 17 Sep 2016 20:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36524</guid>

					<description><![CDATA[Hi, I think I am using php 5.6, well the point is to work straight you should add in php.ini: 
zlib.output_compression = 1
zlib.output_compression_level = 9
and to .htaccess you should add:
AddHandler x-mapp-php5.5 .php .html .htm .js .css
AddType &#039;text/css; charset=UTF-8&#039; css
it will gzip also the .css files and will work good, of course don&#039;t forget the caching ... stuff in .htaccess
But if you want a more complete solution, I should suggest use of: https://github.com/fhoech/gz.php that will permit gzip and also the creation of a &quot;static gzip files&quot; that will help even more ...
To test you can verify with http://gtmetrix.com]]></description>
			<content:encoded><![CDATA[<p>Hi, I think I am using php 5.6, well the point is to work straight you should add in php.ini:<br />
zlib.output_compression = 1<br />
zlib.output_compression_level = 9<br />
and to .htaccess you should add:<br />
AddHandler x-mapp-php5.5 .php .html .htm .js .css<br />
AddType &#8216;text/css; charset=UTF-8&#8217; css<br />
it will gzip also the .css files and will work good, of course don&#8217;t forget the caching &#8230; stuff in .htaccess<br />
But if you want a more complete solution, I should suggest use of: <a href="https://github.com/fhoech/gz.php" rel="nofollow ugc">https://github.com/fhoech/gz.php</a> that will permit gzip and also the creation of a &#8220;static gzip files&#8221; that will help even more &#8230;<br />
To test you can verify with <a href="http://gtmetrix.com" rel="nofollow ugc">http://gtmetrix.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aymeric		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36512</link>

		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 11:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36512</guid>

					<description><![CDATA[Anne &#062; il faut avoir une machine sous Linux avec une invite de commande....

Si vous n&#039;en avez pas, alors vous pouvez utiliser le site https://helloacm.com/curl/ en y mettant l&#039;URL d&#039;une ressource que vous voulez tester (dans mon exemple c&#039;était &quot;http://votresite/votreressource.js&quot;).
Cliquez sur le bouton &quot;Request HTTP Header&quot; et vous devriez alors voir (si ça a marché):
X-Homemade-Compression: OK
Content-Encoding: gzip]]></description>
			<content:encoded><![CDATA[<p>Anne &gt; il faut avoir une machine sous Linux avec une invite de commande&#8230;.</p>
<p>Si vous n&#8217;en avez pas, alors vous pouvez utiliser le site <a href="https://helloacm.com/curl/" rel="nofollow ugc">https://helloacm.com/curl/</a> en y mettant l&#8217;URL d&#8217;une ressource que vous voulez tester (dans mon exemple c&#8217;était &#8220;http://votresite/votreressource.js&#8221;).<br />
Cliquez sur le bouton &#8220;Request HTTP Header&#8221; et vous devriez alors voir (si ça a marché):<br />
X-Homemade-Compression: OK<br />
Content-Encoding: gzip</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anne		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36511</link>

		<dc:creator><![CDATA[anne]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 09:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36511</guid>

					<description><![CDATA[Bonjour,

si je sais comment faire pour mettre le header, je suis désolée, je suis perdue sur le test. 

Comment on teste ? à quel endroite ?]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>si je sais comment faire pour mettre le header, je suis désolée, je suis perdue sur le test. </p>
<p>Comment on teste ? à quel endroite ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valmy		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36505</link>

		<dc:creator><![CDATA[Valmy]]></dc:creator>
		<pubDate>Tue, 28 Jun 2016 20:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36505</guid>

					<description><![CDATA[X-Homemade-Compression: OK
Content-Encoding: gzip

Youpi , merci :)]]></description>
			<content:encoded><![CDATA[<p>X-Homemade-Compression: OK<br />
Content-Encoding: gzip</p>
<p>Youpi , merci 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aymeric		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36502</link>

		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 10:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36502</guid>

					<description><![CDATA[makinero &#062; là comme ça c&#039;est dur de vous aider... je l&#039;ai utilisé encore récemment sur un hébergement partagé, et ça a fonctionné.

Continuez à tester et à débuguer, vous finirez bien par trouver ;-)]]></description>
			<content:encoded><![CDATA[<p>makinero &gt; là comme ça c&#8217;est dur de vous aider&#8230; je l&#8217;ai utilisé encore récemment sur un hébergement partagé, et ça a fonctionné.</p>
<p>Continuez à tester et à débuguer, vous finirez bien par trouver 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: makinero		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36501</link>

		<dc:creator><![CDATA[makinero]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 10:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36501</guid>

					<description><![CDATA[J&#039;ai fait tout ce qui est indiqué :

- le fichier headers.php à la racine du site (wordpress).

- le php.ini (j&#039;ai bien remplacé le chemin absolu vers headers.php) + .htaccess avec la ligne AddType dans le dossier JS du thème (juste celui-là pour l&#039;instant pour tester)

J&#039;appelle un fichier JS avec la ligne de commande donnée, je n&#039;ai pas :

X-Homemade-Compression: OK
Content-Encoding: gzip

:(

Je suis sur une offre unlimited.

Merci]]></description>
			<content:encoded><![CDATA[<p>J&#8217;ai fait tout ce qui est indiqué :</p>
<p>&#8211; le fichier headers.php à la racine du site (wordpress).</p>
<p>&#8211; le php.ini (j&#8217;ai bien remplacé le chemin absolu vers headers.php) + .htaccess avec la ligne AddType dans le dossier JS du thème (juste celui-là pour l&#8217;instant pour tester)</p>
<p>J&#8217;appelle un fichier JS avec la ligne de commande donnée, je n&#8217;ai pas :</p>
<p>X-Homemade-Compression: OK<br />
Content-Encoding: gzip</p>
<p>🙁</p>
<p>Je suis sur une offre unlimited.</p>
<p>Merci</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aymeric		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36428</link>

		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Wed, 19 Aug 2015 07:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36428</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36427&quot;&gt;Florence&lt;/a&gt;.

Florence &gt; si ça avait été un dédié, je n&#039;aurais pas eu toutes ces emmerdes et j&#039;aurais pu installer ce que je voulais...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36427">Florence</a>.</p>
<p>Florence > si ça avait été un dédié, je n&#8217;aurais pas eu toutes ces emmerdes et j&#8217;aurais pu installer ce que je voulais&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Florence		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36427</link>

		<dc:creator><![CDATA[Florence]]></dc:creator>
		<pubDate>Tue, 18 Aug 2015 23:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36427</guid>

					<description><![CDATA[Bonjour,
Avez-vous mis en œuvre cette procédure sur un serveur mutualisé ou bien sur un dédié ?
Merci :)]]></description>
			<content:encoded><![CDATA[<p>Bonjour,<br />
Avez-vous mis en œuvre cette procédure sur un serveur mutualisé ou bien sur un dédié ?<br />
Merci 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: darwing		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36369</link>

		<dc:creator><![CDATA[darwing]]></dc:creator>
		<pubDate>Sun, 12 Apr 2015 23:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36369</guid>

					<description><![CDATA[Franchement merci à toi]]></description>
			<content:encoded><![CDATA[<p>Franchement merci à toi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: darwing		</title>
		<link>https://blog.kodono.info/wordpress/2015/03/06/activer-la-compression-gzip-deflate-sur-1and1-astuce/comment-page-1/#comment-36368</link>

		<dc:creator><![CDATA[darwing]]></dc:creator>
		<pubDate>Sun, 12 Apr 2015 22:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1453#comment-36368</guid>

					<description><![CDATA[Merci !!!!!!!!!!!! ça marche niquel !]]></description>
			<content:encoded><![CDATA[<p>Merci !!!!!!!!!!!! ça marche niquel !</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
