<?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: Speed Tips: Add Cache-Control Headers</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-cache-control.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1105</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sun, 26 May 2013 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1105</guid>
		<description><![CDATA[Very nice find brec!


Basically what was going on was I was setting the 3600 Cache-Control header in httpd.conf, and wp-super-cache was setting the max-age=3 Cache-Control header in .htaccess.. for whatever reason they weren&#039;t merging correctly.  It took me quite a while to fix it.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>Very nice find brec!</p>
<p>Basically what was going on was I was setting the 3600 Cache-Control header in httpd.conf, and wp-super-cache was setting the max-age=3 Cache-Control header in .htaccess.. for whatever reason they weren't merging correctly.  It took me quite a while to fix it.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-2394</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sun, 26 May 2013 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-2394</guid>
		<description><![CDATA[Very nice find brec!


Basically what was going on was I was setting the 3600 Cache-Control header in httpd.conf, and wp-super-cache was setting the max-age=3 Cache-Control header in .htaccess.. for whatever reason they weren&#039;t merging correctly.  It took me quite a while to fix it.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>Very nice find brec!</p>
<p>Basically what was going on was I was setting the 3600 Cache-Control header in httpd.conf, and wp-super-cache was setting the max-age=3 Cache-Control header in .htaccess.. for whatever reason they weren't merging correctly.  It took me quite a while to fix it.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brec</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1104</link>
		<dc:creator>brec</dc:creator>
		<pubDate>Tue, 14 May 2013 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1104</guid>
		<description><![CDATA[I just used the Header Viewer Tool on askapache.com; why two Cache-Control headers?

HTTP/1.1 200 OK
Date: Tue, 14 May 2013 20:56:32 GMT
Server: Apache
Vary: Accept-Encoding,Cookie
Cache-Control: max-age=3, must-revalidate
Content-Encoding: gzip
Node: 198.101.159.98, unknown
Content-Length: 29197
X-UA-Compatible: IE=Edge,chrome=1
X-Frame-Options: SAMEORIGIN
Cache-Control: max-age=3600, must-revalidate, proxy-revalidate
Keep-Alive: timeout=4, max=46
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Language: en]]></description>
		<content:encoded><![CDATA[<p>I just used the Header Viewer Tool on askapache.com; why two Cache-Control headers?</p>
<p>HTTP/1.1 200 OK<br />
Date: Tue, 14 May 2013 20:56:32 GMT<br />
Server: Apache<br />
Vary: Accept-Encoding,Cookie<br />
Cache-Control: max-age=3, must-revalidate<br />
Content-Encoding: gzip<br />
Node: 198.101.159.98, unknown<br />
Content-Length: 29197<br />
X-UA-Compatible: IE=Edge,chrome=1<br />
X-Frame-Options: SAMEORIGIN<br />
Cache-Control: max-age=3600, must-revalidate, proxy-revalidate<br />
Keep-Alive: timeout=4, max=46<br />
Connection: Keep-Alive<br />
Content-Type: text/html; charset=UTF-8<br />
Content-Language: en</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brec</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-2389</link>
		<dc:creator>brec</dc:creator>
		<pubDate>Tue, 14 May 2013 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-2389</guid>
		<description><![CDATA[I just used the Header Viewer Tool on askapache.com; why two Cache-Control headers?

HTTP/1.1 200 OK
Date: Tue, 14 May 2013 20:56:32 GMT
Server: Apache
Vary: Accept-Encoding,Cookie
Cache-Control: max-age=3, must-revalidate
Content-Encoding: gzip
Node: 198.101.159.98, unknown
Content-Length: 29197
X-UA-Compatible: IE=Edge,chrome=1
X-Frame-Options: SAMEORIGIN
Cache-Control: max-age=3600, must-revalidate, proxy-revalidate
Keep-Alive: timeout=4, max=46
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Language: en]]></description>
		<content:encoded><![CDATA[<p>I just used the Header Viewer Tool on askapache.com; why two Cache-Control headers?</p>
<p>HTTP/1.1 200 OK<br />
Date: Tue, 14 May 2013 20:56:32 GMT<br />
Server: Apache<br />
Vary: Accept-Encoding,Cookie<br />
Cache-Control: max-age=3, must-revalidate<br />
Content-Encoding: gzip<br />
Node: 198.101.159.98, unknown<br />
Content-Length: 29197<br />
X-UA-Compatible: IE=Edge,chrome=1<br />
X-Frame-Options: SAMEORIGIN<br />
Cache-Control: max-age=3600, must-revalidate, proxy-revalidate<br />
Keep-Alive: timeout=4, max=46<br />
Connection: Keep-Alive<br />
Content-Type: text/html; charset=UTF-8<br />
Content-Language: en</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emy</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1103</link>
		<dc:creator>Emy</dc:creator>
		<pubDate>Mon, 28 Jan 2013 18:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1103</guid>
		<description><![CDATA[Thanks you very much

&lt;p&gt;What do you think about:&lt;/p&gt;
&lt;pre&gt;Header add Cache-Control &quot;max-age=7200&quot;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Thanks you very much</p>
<p>What do you think about:</p>
<pre>Header add Cache-Control "max-age=7200"</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kate</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1102</link>
		<dc:creator>Kate</dc:creator>
		<pubDate>Mon, 14 Jan 2013 05:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1102</guid>
		<description><![CDATA[Whenever you include a full, simple, clear code in the posts, especially what you&#039;re actually doing, you are doing really well. I have to say &quot;thank you&quot;.
I had a page-loading-slow problem, after trying hours, your posts save my time. It takes minutes to get things done.]]></description>
		<content:encoded><![CDATA[<p>Whenever you include a full, simple, clear code in the posts, especially what you're actually doing, you are doing really well. I have to say "thank you".<br />
I had a page-loading-slow problem, after trying hours, your posts save my time. It takes minutes to get things done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1101</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 12 Nov 2012 16:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1101</guid>
		<description><![CDATA[&lt;p&gt;Great stuff! So what&#039;s better in your opinion?&lt;/p&gt;

&lt;pre&gt;# 1 YEAR
Header set Cache-Control &quot;public&quot;
Header set Expires &quot;Thu, 15 Apr 2010 20:00:00 GMT&quot;
Header unset Last-Modified&lt;/pre&gt;
&lt;p&gt;Vs&lt;/p&gt;
&lt;pre&gt;ExpiresActive On
ExpiresDefault &quot;access plus 10 years&quot;
ExpiresByType text/html &quot;access plus 1 day&quot;&lt;/pre&gt;
]]></description>
		<content:encoded><![CDATA[<p>Great stuff! So what's better in your opinion?</p>
<pre># 1 YEAR
Header set Cache-Control "public"
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
Header unset Last-Modified</pre>
<p>Vs</p>
<pre>ExpiresActive On
ExpiresDefault "access plus 10 years"
ExpiresByType text/html "access plus 1 day"</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1100</link>
		<dc:creator>Hemant</dc:creator>
		<pubDate>Sun, 20 May 2012 21:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1100</guid>
		<description><![CDATA[How can i implement this in blogger?]]></description>
		<content:encoded><![CDATA[<p>How can i implement this in blogger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilma</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1099</link>
		<dc:creator>Wilma</dc:creator>
		<pubDate>Sat, 19 May 2012 01:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1099</guid>
		<description><![CDATA[thank you, I have used so many codes. But I always got statement:&quot;internal server error&quot;. Finally, it really works!]]></description>
		<content:encoded><![CDATA[<p>thank you, I have used so many codes. But I always got statement:"internal server error". Finally, it really works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1098</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 11 Apr 2012 19:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-cache-control.html#comment-1098</guid>
		<description><![CDATA[&lt;p&gt;When I added the following code, I am getting two expiry dates.&lt;/p&gt;

&lt;pre&gt;Header set Cache-Control &quot;public&quot;
Header set Expires &quot;Thu, 31 Dec 2013 20:00:00 GMT&quot;
Header unset Last-Modified&lt;/pre&gt;

&lt;p&gt;Mine is an Elgg installation. Can you suggest some better optimizations for the &lt;a href=&quot;https://github.com/Elgg/Elgg/blob/master/htaccess_dist&quot;&gt;elgg htaccess&lt;/a&gt;?&lt;/p&gt;
&lt;pre&gt;# Elgg htaccess directives
# Copyright Curverider Ltd 2008-2009
# License http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
# Link http://elgg.org/
&#160;
&lt;Files &quot;htaccess_dist&quot;&gt;
  order allow,deny
  deny from all
&lt;/Files&gt;
&#160;
# Don&#039;t listing directory
Options -Indexes
&#160;
# Follow symbolic links
Options +FollowSymLinks
&#160;
# Default handler
DirectoryIndex index.php
&#160;
# Turn on expiry
&lt;IfModule mod_expires.c&gt;
  ExpiresActive On
  ExpiresDefault &quot;access plus 10 years&quot;
&lt;/IfModule&gt;
&#160;
# php 5, apache 1 and 2
&lt;IfModule mod_php5.c&gt;
  # limit the maximum memory consumed by the php script to 64 MB
  php_value memory_limit 64M
  # register_globals is deprecated as of PHP 5.3.0 - disable it for security reasons.
  php_value register_globals 0
  # post_max_size is the maximum size of ALL the data that is POST&#039;ed to php at a time (8 MB)
  php_value post_max_size 8388608
  # upload_max_filesize is the maximum size of a single uploaded file (5 MB)
  php_value upload_max_filesize 5242880
  # on development servers, set to 1 to display errors. Set to 0 on production servers.
  php_value display_errors 0
&lt;/IfModule&gt;
&#160;
# Turn on mod_gzip if available
&lt;IfModule mod_gzip.c&gt;
  mod_gzip_on yes
  mod_gzip_dechunk yes
  mod_gzip_keep_workfiles No
  mod_gzip_minimum_file_size 1000
  mod_gzip_maximum_file_size 1000000
  mod_gzip_maximum_inmem_size 1000000
  mod_gzip_item_include mime ^text/.*
  mod_gzip_item_include mime ^application/javascript$
  mod_gzip_item_include mime ^application/x-javascript$
  # Exclude old browsers and images since IE has trouble with this
  mod_gzip_item_exclude reqheader &quot;User-Agent: .*Mozilla/4..*[&quot;
  mod_gzip_item_exclude mime ^image/.*
&lt;/IfModule&gt;
&#160;
## Apache2 deflate support if available
##
## Important note: mod_headers is required for correct functioning across proxies.
##
&lt;IfModule mod_deflate.c&gt;
  AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4.[0678] no-gzip
  BrowserMatch bMSIE !no-gzip
&#160;
&lt;IfModule mod_headers.c&gt;
  Header append Vary User-Agent env=!dont-vary
&lt;/IfModule&gt;
&#160;
  # The following is to disable compression for actions. The reason being is that these
  # may offer direct downloads which (since the initial request comes in as text/html and headers
  # get changed in the script) get double compressed and become unusable when downloaded by IE.
  SetEnvIfNoCase Request_URI action/* no-gzip dont-vary
  SetEnvIfNoCase Request_URI actions/* no-gzip dont-vary
&#160;
&lt;/IfModule&gt;
&#160;
# Configure ETags
&lt;FilesMatch &quot;.(jpg&#124;jpeg&#124;gif&#124;png&#124;mp3&#124;flv&#124;mov&#124;avi&#124;3pg&#124;html&#124;htm&#124;swf&#124;js&#124;ico)$&quot;&gt;
  FileETag MTime Size
&lt;/FilesMatch&gt;
&#160;
#  Add Proper MIME-Type for Favicon to allow expires to work
AddType image/vnd.microsoft.icon .ico
&#160;
&lt;IfModule mod_rewrite.c&gt;
&#160;
RewriteEngine on
&#160;
# If Elgg is in a subdirectory on your site, you might need to add a RewriteBase line
# containing the path from your site root to elgg&#039;s root. e.g. If your site is
# http://example.com/ and Elgg is in http://example.com/sites/elgg/, you might need
#
#RewriteBase /sites/elgg/
#
# here, only without the # in front.
#
# If you&#039;re not running Elgg in a subdirectory on your site, but still getting lots
# of 404 errors beyond the front page, you could instead try:
#
#RewriteBase /
&#160;
# In for backwards compatibility
RewriteRule ^pg/([A-Za-z0-9_-]+)$ engine/handlers/page_handler.php?handler=$1&amp;%{QUERY_STRING}
RewriteRule ^pg/([A-Za-z0-9_-]+)/(.*)$ engine/handlers/page_handler.php?handler=$1&amp;page=$2&amp;%{QUERY_STRING}
RewriteRule ^tag/(.+)/?$ engine/handlers/page_handler.php?handler=search&amp;page=$1
&#160;
RewriteRule ^action/([A-Za-z0-9_-/]+)$ engine/handlers/action_handler.php?action=$1&amp;%{QUERY_STRING}
&#160;
RewriteRule ^cache/(.*)$ engine/handlers/cache_handler.php?request=$1&amp;%{QUERY_STRING}
&#160;
RewriteRule ^services/api/([A-Za-z0-9_-]+)/(.*)$ engine/handlers/service_handler.php?handler=$1&amp;request=$2&amp;%{QUERY_STRING}
&#160;
RewriteRule ^export/([A-Za-z]+)/([0-9]+)/?$ engine/handlers/export_handler.php?view=$1&amp;guid=$2
RewriteRule ^export/([A-Za-z]+)/([0-9]+)/([A-Za-z]+)/([A-Za-z0-9_]+)/$ engine/handlers/export_handler.php?view=$1&amp;guid=$2&amp;type=$3&amp;idname=$4
&#160;
# rule for rewrite module test during install - can be removed after installation
RewriteRule ^rewrite.php$ install.php
&#160;
# Everything else that isn&#039;t a file gets routed through the page handler
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9_-.]+)$ engine/handlers/page_handler.php?handler=$1 [QSA]
&#160;
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9_-]+)/(.*)$ engine/handlers/page_handler.php?handler=$1&amp;page=$2 [QSA]
&#160;
&lt;/IfModule&gt;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>When I added the following code, I am getting two expiry dates.</p>
<pre>Header set Cache-Control "public"
Header set Expires "Thu, 31 Dec 2013 20:00:00 GMT"
Header unset Last-Modified</pre>
<p>Mine is an Elgg installation. Can you suggest some better optimizations for the <a href="https://github.com/Elgg/Elgg/blob/master/htaccess_dist">elgg htaccess</a>?</p>
<pre># Elgg htaccess directives
# Copyright Curverider Ltd 2008-2009
# License http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
# Link http://elgg.org/
&nbsp;
&lt;Files "htaccess_dist"&gt;
  order allow,deny
  deny from all
&lt;/Files&gt;
&nbsp;
# Don't listing directory
Options -Indexes
&nbsp;
# Follow symbolic links
Options +FollowSymLinks
&nbsp;
# Default handler
DirectoryIndex index.php
&nbsp;
# Turn on expiry
&lt;IfModule mod_expires.c&gt;
  ExpiresActive On
  ExpiresDefault "access plus 10 years"
&lt;/IfModule&gt;
&nbsp;
# php 5, apache 1 and 2
&lt;IfModule mod_php5.c&gt;
  # limit the maximum memory consumed by the php script to 64 MB
  php_value memory_limit 64M
  # register_globals is deprecated as of PHP 5.3.0 - disable it for security reasons.
  php_value register_globals 0
  # post_max_size is the maximum size of ALL the data that is POST'ed to php at a time (8 MB)
  php_value post_max_size 8388608
  # upload_max_filesize is the maximum size of a single uploaded file (5 MB)
  php_value upload_max_filesize 5242880
  # on development servers, set to 1 to display errors. Set to 0 on production servers.
  php_value display_errors 0
&lt;/IfModule&gt;
&nbsp;
# Turn on mod_gzip if available
&lt;IfModule mod_gzip.c&gt;
  mod_gzip_on yes
  mod_gzip_dechunk yes
  mod_gzip_keep_workfiles No
  mod_gzip_minimum_file_size 1000
  mod_gzip_maximum_file_size 1000000
  mod_gzip_maximum_inmem_size 1000000
  mod_gzip_item_include mime ^text/.*
  mod_gzip_item_include mime ^application/javascript$
  mod_gzip_item_include mime ^application/x-javascript$
  # Exclude old browsers and images since IE has trouble with this
  mod_gzip_item_exclude reqheader "User-Agent: .*Mozilla/4..*["
  mod_gzip_item_exclude mime ^image/.*
&lt;/IfModule&gt;
&nbsp;
## Apache2 deflate support if available
##
## Important note: mod_headers is required for correct functioning across proxies.
##
&lt;IfModule mod_deflate.c&gt;
  AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4.[0678] no-gzip
  BrowserMatch bMSIE !no-gzip
&nbsp;
&lt;IfModule mod_headers.c&gt;
  Header append Vary User-Agent env=!dont-vary
&lt;/IfModule&gt;
&nbsp;
  # The following is to disable compression for actions. The reason being is that these
  # may offer direct downloads which (since the initial request comes in as text/html and headers
  # get changed in the script) get double compressed and become unusable when downloaded by IE.
  SetEnvIfNoCase Request_URI action/* no-gzip dont-vary
  SetEnvIfNoCase Request_URI actions/* no-gzip dont-vary
&nbsp;
&lt;/IfModule&gt;
&nbsp;
# Configure ETags
&lt;FilesMatch ".(jpg|jpeg|gif|png|mp3|flv|mov|avi|3pg|html|htm|swf|js|ico)$"&gt;
  FileETag MTime Size
&lt;/FilesMatch&gt;
&nbsp;
#  Add Proper MIME-Type for Favicon to allow expires to work
AddType image/vnd.microsoft.icon .ico
&nbsp;
&lt;IfModule mod_rewrite.c&gt;
&nbsp;
RewriteEngine on
&nbsp;
# If Elgg is in a subdirectory on your site, you might need to add a RewriteBase line
# containing the path from your site root to elgg's root. e.g. If your site is
# http://example.com/ and Elgg is in http://example.com/sites/elgg/, you might need
#
#RewriteBase /sites/elgg/
#
# here, only without the # in front.
#
# If you're not running Elgg in a subdirectory on your site, but still getting lots
# of 404 errors beyond the front page, you could instead try:
#
#RewriteBase /
&nbsp;
# In for backwards compatibility
RewriteRule ^pg/([A-Za-z0-9_-]+)$ engine/handlers/page_handler.php?handler=$1&amp;%{QUERY_STRING}
RewriteRule ^pg/([A-Za-z0-9_-]+)/(.*)$ engine/handlers/page_handler.php?handler=$1&amp;page=$2&amp;%{QUERY_STRING}
RewriteRule ^tag/(.+)/?$ engine/handlers/page_handler.php?handler=search&amp;page=$1
&nbsp;
RewriteRule ^action/([A-Za-z0-9_-/]+)$ engine/handlers/action_handler.php?action=$1&amp;%{QUERY_STRING}
&nbsp;
RewriteRule ^cache/(.*)$ engine/handlers/cache_handler.php?request=$1&amp;%{QUERY_STRING}
&nbsp;
RewriteRule ^services/api/([A-Za-z0-9_-]+)/(.*)$ engine/handlers/service_handler.php?handler=$1&amp;request=$2&amp;%{QUERY_STRING}
&nbsp;
RewriteRule ^export/([A-Za-z]+)/([0-9]+)/?$ engine/handlers/export_handler.php?view=$1&amp;guid=$2
RewriteRule ^export/([A-Za-z]+)/([0-9]+)/([A-Za-z]+)/([A-Za-z0-9_]+)/$ engine/handlers/export_handler.php?view=$1&amp;guid=$2&amp;type=$3&amp;idname=$4
&nbsp;
# rule for rewrite module test during install - can be removed after installation
RewriteRule ^rewrite.php$ install.php
&nbsp;
# Everything else that isn't a file gets routed through the page handler
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9_-.]+)$ engine/handlers/page_handler.php?handler=$1 [QSA]
&nbsp;
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9_-]+)/(.*)$ engine/handlers/page_handler.php?handler=$1&amp;page=$2 [QSA]
&nbsp;
&lt;/IfModule&gt;</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
