Loading.....

Web + Open Source

↑ncreasing value, Decreas↓ng costs
Achieve the extraordinary.

Website Loadtime Optimisation


<IfModule mod_rewrite.c>
	Options +FollowSymLinks
	AddDefaultCharset UTF-8
	RewriteEngine On
	RewriteBase /
	# Optimisation
	Header unset Pragma
	FileETag None
	Header unset ETag
	<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
		Header set Cache-Control "public"
		Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
		Header unset Last-Modified
	</FilesMatch>
</IfModule>
<IfModule mod_deflate.c>
	<FilesMatch "\.(js|css|php)$">
		SetOutputFilter DEFLATE
	</FilesMatch>	
</IfModule>

admin | , | Optimisation | no comments

Comments

  1. There are currently no comments, be the first to post your thoughts.

    webmaster
Comment on this entry RSS Feed