<IfModule mod_rewrite.c>
	RewriteEngine  on
	RewriteBase    /articles/
	RewriteRule    ^([0-9]+)$  read.php?article_id=$1  [L]
</IfModule>
