<IfModule mod_rewrite.c>
RewriteEngine On
	RewriteRule ^([0-9]+).html$ ?id=$1
	RewriteRule ^type.htm$ type.php
</IfModule>