<?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>Kurinchi Blogger Scribbles ... &#187; .htaccess</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to turn off register_globals via php.ini?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/07/how-to-turn-off-register_globals-via-php-ini.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/07/how-to-turn-off-register_globals-via-php-ini.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:54:06 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP security]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[register globals]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=503</guid>
		<description><![CDATA[It is always secured to turn OFF register_globals in PHP applications. Earlier, we have seen how to turn OFF register_globals setting via .htaccess file and in this blog we will use php.ini instead. Using a text editor create a file called php.ini. This will be our first step. Next, we need to add the following [...]]]></description>
			<content:encoded><![CDATA[<p>It is always secured to turn OFF register_globals in PHP applications. Earlier, we have seen how to turn OFF register_globals setting via .htaccess file and in this blog we will use php.ini instead.</p>
<p>Using a text editor create a file called php.ini. This will be our first step.</p>
<p>Next, we need to add the following line of code in php.ini<br />
<strong>register_globals = off</strong></p>
<p>Upload php.ini file to the root folder where your application resides.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/07/how-to-turn-off-register_globals-via-php-ini.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess purpose considerations</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/06/htaccess-purpose-considerations.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/06/htaccess-purpose-considerations.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 03:04:17 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[allowoverride]]></category>
		<category><![CDATA[ErrorDocument]]></category>
		<category><![CDATA[search engine friendly]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=385</guid>
		<description><![CDATA[.htaccess &#8211; Purpose, Considerations .htaccess is a hidden file in the web server which comes in handy when the sites are hosted in shared environment. Considerations: Slight hit to performance takes place when .htaccess directive is set as Apache checks each directory for its existence before any file access in that directory Next consideration will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>.htaccess &#8211; Purpose, Considerations </strong><br />
.htaccess is a hidden file in the web server which comes in handy when the sites are hosted in shared environment.</p>
<p><strong>Considerations:</strong></p>
<p>Slight <em>hit to performance </em>takes place when .htaccess directive is set as Apache checks each directory for its existence before any file access in that directory</p>
<p>Next consideration will be with regards how the site owners manage the setting changes and its <em>security </em>which can be misused.<br />
<span id="more-385"></span><br />
<strong>Some of the uses of .htaccess:</strong></p>
<p>i) Applications require .htaccess for it to beautify the URL<br />
ii) Folder or file permission settings can be set using .htaccess<br />
iii) Error documents can be handled through .htaccess<br />
iv) Can be used to allow/disallow bots</p>
<p>Apache advise the usage of httpd.conf file in Apache Server to set the necessary server directive settings and to avoid using .htaccess if it is not necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/06/htaccess-purpose-considerations.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Register Globals and Security Vulnerability</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/05/register-globals-and-security-vulnerability.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/05/register-globals-and-security-vulnerability.html#comments</comments>
		<pubDate>Thu, 21 May 2009 00:55:07 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[global variables]]></category>
		<category><![CDATA[regis]]></category>
		<category><![CDATA[register globals]]></category>
		<category><![CDATA[register_globals]]></category>
		<category><![CDATA[security vulnerability]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=341</guid>
		<description><![CDATA[Register Globals directive is turned OFF from PHP version 4.2. PHP Global Variables Environment variables, GET, POST, Server, Cookie variables are knows as Global Variables. When register_globals directive is turned ON (like what most ISP&#8217;s did), you can access/set the global variables like $username, $password instead of $_POST["username"], $_POST["password"]. To turn OFF register global variables, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Register Globals directive is turned OFF from PHP version 4.2.</em></p>
<p><strong>PHP Global Variables</strong><br />
Environment variables, GET, POST, Server, Cookie variables are knows as Global Variables.</p>
<p>When register_globals directive is turned ON (like what most ISP&#8217;s did), you can access/set the global variables like $username, $password instead of $_POST["username"], $_POST["password"].<br />
<span id="more-341"></span><br />
To turn OFF register global variables, you can add a setting to <strong>.htaccess </strong>like &#8230;<br />
<strong>php_flag register_globals off</strong></p>
<p><strong>What is the harm when register_globals is turned ON?</strong></p>
<p>Take the below code for example.</p>
<p><strong>Program: displayuser.php</strong></p>
<pre class="brush: php">
<?php
if($isValidUser){
   // List confidential data
}else{
   // Display error message
}
?>
</pre>
<p>If register_global is turned ON, you can display the confidential data from the above program by accessing <strong>http://www.yoursite.com/displayuser.php?isValidUser=1</strong></p>
<p>So is the case with the other global variables. This is because in PHP we needn&#8217;t have to initialize variables in our program before its access.</p>
<p><strong>How to find if register_globals is turned ON/OFF?</strong></p>
<p><em>Two easy methods &#8230;</em></p>
<p>i) from phpinfo() function which will display a whole load of data on your environment</p>
<pre class="brush: php">
<?php
phpinfo();
?>
</pre>
<p>ii) by declaring a having a form data or session data declared in one page and trying to set the variable ON/OFF in the second page via querystring</p>
<p><strong>REMEMBER</strong>: From PHP 6 register global directive will be REMOVED. So do not depend on it in your programs.</p>
<p><strong>Two things to remember for beginners!</strong><br />
i) initialize variables<br />
ii) validate EVERY user input</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/05/register-globals-and-security-vulnerability.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess and custom error messages</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/03/htaccess-and-custom-error-messages.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/03/htaccess-and-custom-error-messages.html#comments</comments>
		<pubDate>Mon, 16 Mar 2009 23:45:18 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache .htaccess]]></category>
		<category><![CDATA[custom error message]]></category>
		<category><![CDATA[error 401]]></category>
		<category><![CDATA[error 404]]></category>
		<category><![CDATA[error 500]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=200</guid>
		<description><![CDATA[Linux: .htaccess and custom error messages When we create a domain and would like to have custom error messages for the sites that we build .htaccess file comes in handy. There may be errors related to site access sucha as 401 &#8211; Unauthorized access, 404 &#8211; Document Not Found, 500 &#8211; Internal Server Error. To [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Linux: .htaccess and custom error messages</strong></p>
<p>When we create a domain and would like to have custom error messages for the sites that we build .htaccess file comes in handy.</p>
<p>There may be errors related to site access sucha as 401 &#8211; Unauthorized access, 404 &#8211; Document Not Found, 500 &#8211; Internal Server Error. To handle such error you can create a separate folder called &#8220;errors&#8221; for the site which will have the files error401.html, error404.html, error500.html each bearing the custom messages that you would like to have it published via the web.<span id="more-200"></span></p>
<p>Then, add the following lines of code to .htaccess</p>
<p><strong>ErrorDocument 401 /error401.html<br />
ErrorDocument 404 /error404.html<br />
ErrorDocument 500 /error500.html</strong></p>
<p>Restart the server and we are good to go</p>
<p><strong>user@myhost:~# sudo /etc/init.d/apache2 restart</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/03/htaccess-and-custom-error-messages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux UBUNTU Basics: Creating user authentication</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/03/linux-ubuntu-basics-creating-user-authentication.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/03/linux-ubuntu-basics-creating-user-authentication.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 23:16:07 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[protecting files directories]]></category>
		<category><![CDATA[ubuntu password creation]]></category>
		<category><![CDATA[ubuntu user creation]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=192</guid>
		<description><![CDATA[UBUNTU Basics: Creating user authentication User authentication in *nix based system involves creating username and password for users to provide them access to directories or files. There are two steps involved in providing user authentication. 1) Creating user name and password file 2) Password protecting directories or files As the first step, we will create [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UBUNTU Basics: Creating user authentication</strong></p>
<p>User authentication in *nix based system involves creating username and password for users to provide them access to directories or files. There are two steps involved in providing user authentication.<br />
1) Creating user name and password file<br />
2) Password protecting directories or files <span id="more-192"></span></p>
<p>As the first step, we will create a file called &#8220;.mypass&#8221; for storing user names and passwords by using the *nix </p>
<p>htpasswd command. Store this file in server root (for e.g. /usrl/local/) and not in web based access folders where public access is given.</p>
<p>We will create a directory called &#8220;secured&#8221; under /usr/local.</p>
<p><strong>user@myhost:~# cd /usr/local<br />
user@myhost:~# mkdir secured<br />
user@myhost:~# htpasswd -c /usr/local/secured/.mypass username</strong></p>
<p>On running the last command, the user will be prompted to type password for the user &#8220;username&#8221;. The -c argument is used to create the file &#8220;.mypass&#8221;. To append to the user list you can type the same command above without -c option. In .mypass file, you will have a combination of user names and encrypted password delimited by &#8220;:&#8221;.</p>
<p>Ensure that you give read, execute permission settings for the folder &#8220;secured&#8221; and the file &#8220;.mypass&#8221;</p>
<p><strong>user@myhost:~# chmod 755 secured<br />
user@myhost:~# chmod 755 secured/.mypass</strong></p>
<p>In order to make .htaccess files work, we need to edit the file /etc/apache2/sites-available/default and go to the line which states &#8220;AllowOverride None&#8221;. This needs to get changed to &#8220;<strong>AllowOverride All</strong>&#8221; to facilitate .htaccess in each folder to override settings given by other directives.</p>
<p>&lt;Directory /var/www/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
<strong>AllowOverride None</strong><br />
Order allow,deny<br />
allow from all<br />
# Uncomment this directive is you want to see apache2&#8242;s<br />
# default start page (in /apache2-default) when you go to /<br />
#RedirectMatch ^/$ /apache2-default/<br />
&lt;/Directory&gt;</p>
<p>Once the above changes are done, we need to reload the Apache configuring setting files by issing the following command</p>
<p><strong>user@myhost:~# sudo /etc/init.d/apache2 reload</strong></p>
<p><a href="http://kurinchilamp.kurinchilion.com/2009/03/ubuntu-htaccess-password-protect-files-directories.html#more-196">Next section will cover the .htaccess setting for password protecting files or directories</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/03/linux-ubuntu-basics-creating-user-authentication.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find if mod_rewrite is enabled in Apache server?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/01/how-to-find-if-mod_rewrite-is-enabled-in-apache-server.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/01/how-to-find-if-mod_rewrite-is-enabled-in-apache-server.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 01:13:31 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache installation]]></category>
		<category><![CDATA[Configuration error]]></category>
		<category><![CDATA[Linux tips]]></category>
		<category><![CDATA[linux tricks]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=108</guid>
		<description><![CDATA[Different hosting locations have different settings for mod_rewrrite module. In some locations it is turned ON by default and for some it isn&#8217;t. If you are hosting your application in your local host or on a dedicated server, then it is a matter of editing httpd.conf file within Apache server folder. Ensure that LoadModule rewrite_module [...]]]></description>
			<content:encoded><![CDATA[<p>Different hosting locations have different settings for <strong>mod_rewrrite</strong> module. In some locations it is turned ON by default and for some it isn&#8217;t. </p>
<p>If you are hosting your application in your local host or on a dedicated server, then it is a matter of editing <strong>httpd.conf </strong>file within Apache server folder. Ensure that <span id="more-108"></span></p>
<p><strong>LoadModule rewrite_module modules/mod_rewrite.so </strong></p>
<p>is NOT commented inside httpd.conf file. In apache, # (pound sign) is used to comment text. So you need to remove the # sign if it appears before the above statement. Then again check if the following line is also not commented.</p>
<p><strong>AddModule mod_rewrite.c</strong></p>
<p>Once that is done, save the file and restart apache server for the changes to take place. </p>
<p>If you were hosting your applications in a web server where you don&#8217;t have access to its internal settings, you can test if mod_rewrite is turned on/off by the following ways:</p>
<p><strong>Test 1:</strong><br />
Easiest way to test if mod_rewrite is ON/OFF is to create a php info file</p>
<p><em><?php</p>
<p>phpinfo();</p>
<p>?></em></p>
<p>Under &#8220;apache2handler&#8221; check for &#8220;Loaded Modules&#8221; section. There will be a list of loaded modules. Check if mod_rewrite is present in the list.</p>
<p><strong>Test 2:</strong><br />
By creating a file called .htaccess and then by typing the following lines in it</p>
<p><em>Options +FollowSymLinks<br />
RewriteEngine On</em></p>
<p>Save the file. If you had created a virtual site &#8220;abc&#8221;, you need to save <em>.htaccess</em> file inside <em>/abc</em> folder. Then access the site by entering <em>http://domain.com/abc</em>. If mod_rewrite is ON, then you will not get any error in the display else, you will be getting <strong>&#8220;Server Error &#8211; 500&#8243;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/01/how-to-find-if-mod_rewrite-is-enabled-in-apache-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup cakePHP framework &#8211; stable version 1.2.0.7962 released</title>
		<link>http://kurinchilamp.kurinchilion.com/2008/12/setup-cakephp-framework-stable-version-1207962-released.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2008/12/setup-cakephp-framework-stable-version-1207962-released.html#comments</comments>
		<pubDate>Wed, 31 Dec 2008 06:05:34 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[ADODB]]></category>
		<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=99</guid>
		<description><![CDATA[CakePHP commonly known as &#8216;Cake&#8217; is easy to install and faster to configure. It needs Apache (with mod_rewrite enabled), Php 4.3.2 or higher, MySQL/PostgreSQL/other ODBC, ADODB compliant databases. XAMPP by ApacheFriends or MAMP has a complete installation of the above products which is an ultimate time saver. But, you should prefer installing each software individually [...]]]></description>
			<content:encoded><![CDATA[<p><strong>CakePHP</strong> commonly known as &#8216;Cake&#8217; is easy to install and faster to configure. It needs Apache (with mod_rewrite enabled), Php 4.3.2 or higher, MySQL/PostgreSQL/other ODBC, ADODB compliant databases.</p>
<p>XAMPP by ApacheFriends or MAMP has a complete installation of the above products which is an ultimate time saver. But, you should prefer installing each software individually in order to get a grip on the subject.</p>
<p>You can download the latest release from <a href="http://cakeforge.org/frs/download.php/695/1.2.0.7962.tar.gz">http://cakeforge.org/frs/download.php/695/1.2.0.7962.tar.gz</a><span id="more-99"></span></p>
<p>Common things to do to setup cakePHP on localhost:<br />
1) Give appropriate permission settings for &#8216;tmp&#8217; folder<br />
2) Open /app/config/core.php and go to the line where configuration setting for Security.salt is defined and change it to another 40 character alphanumeric combination.<br />
3) Rename database.php.default file to database.php and define the respective database settings in it.</p>
<p>Now go to http://localhost/cake-installation-directory. This should list down a colored window indicating that the installation was successful. If a forbidden message appears then check if the any port numbers need to be appended to the URL like http://localhost:8085/cake-installation-directory/.</p>
<p>Edit /etc/httpd/conf/httpd.conf by typing in the following content towards the end of file where similar &#8216;Directory&#8217; related entries exist.</p>
<p>&lt;Directory /&gt;<br />
Options Indexes FollowSymLinks<br />
AllowOverride All<br />
&lt;/Directory&gt;</p>
<p>You need to restart the apache server after making the above entries by typing from the terminal window /sbin/service httpd restart.</p>
<p>The above entries when added does the following things:<br />
<strong>Options Indexes FollowSymLinks</strong><br />
FollowSymLinks &#8211; Enables the server to follow symbolic links in this directory.<br />
Indexes &#8211; This option shows a formatted directory listing inside the directory if &#8216;index&#8217; named file is not found</p>
<p><strong>AllowOverride All</strong></p>
<p>The above setting is valid only inside &#8216;Directory&#8217; attribute. When this is set to All and if there is a .htaccess file in the directive then it will be allowed access. If it is set to &#8216;None&#8217; then .htaccess settings will be overridden.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2008/12/setup-cakephp-framework-stable-version-1207962-released.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.htaccess &#8211; gzip output content</title>
		<link>http://kurinchilamp.kurinchilion.com/2008/12/htaccess-gzip-output-content.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2008/12/htaccess-gzip-output-content.html#comments</comments>
		<pubDate>Wed, 10 Dec 2008 01:57:18 +0000</pubDate>
		<dc:creator>kurinchiblogger</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tips, Tricks, Guides]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[gzip output content]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[server configuration]]></category>

		<guid isPermaLink="false">http://kurinchiblogger.wordpress.com/?p=44</guid>
		<description><![CDATA[GZIP compression is used for compressing the content of the web pages by the server before the content (text &#38; images) get passed to the browser. The browser takes this input and decompresses the content before delivering it to site users. Compressing the content of the pages makes the page size small which in turn [...]]]></description>
			<content:encoded><![CDATA[<p>GZIP compression is used for compressing the content of the web pages by the server before the content (text &amp; images) get passed to the browser. The browser takes this input and decompresses the content before delivering it to site users.</p>
<p>Compressing the content of the pages makes the page size small which in turn will have a positive &amp; significant impact on the page loading. There is a misconception that the larger bandwidth availability or lesser file size is what is needed for faster page loading, which is not.<span id="more-44"></span></p>
<p>In .htaccess: to gzip output before delivering the content</p>
<p>&lt;ifmodule mod_headers.c&gt;<br />
&lt;ifmodule mod_deflate.c&gt;</p>
<p># Compress some text file types<br />
AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript</p>
<p># Deactivate compression for buggy browsers<br />
BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html</p>
<p>&lt;/ifmodule&gt;<br />
&lt;/ifmodule&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2008/12/htaccess-gzip-output-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

