<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteRule ^category-([0-9]+)-([0-9]+).html$ category.php?cid=$1&page=$2
	RewriteRule ^bar-([0-9]+)-([0-9]+).html$ forum.php?fid=$1&page=$2
	RewriteRule ^topic-([0-9]+)-([0-9]+).html$ topic.php?tid=$1&page=$2
	RewriteRule ^member-([0-9]+).html$ member.php\?uid=$1
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresDefault A600
	ExpiresByType image/x-icon A2592000
	ExpiresByType application/x-javascript A2592000
	ExpiresByType text/css A604800
	ExpiresByType image/gif A2592000
	ExpiresByType image/png A2592000
	ExpiresByType image/jpeg A2592000
	ExpiresByType text/plain A86400
	ExpiresByType application/x-shockwave-flash A2592000
	ExpiresByType video/x-flv A2592000
	ExpiresByType application/pdf A2592000
	ExpiresByType text/html A600
</IfModule>

<ifmodule mod_deflate.c>
	AddOutputFilter DEFLATE html xml php js css
</ifmodule>

FileETag none