summaryrefslogtreecommitdiff
path: root/.htaccess
blob: e09218aff4566c397df3b277117f7c9b1c150d5e (plain)
1
2
3
4
5
<IfModule mod_rewrite.c>
	RewriteEngine  on
	RewriteBase    /articles/
	RewriteRule    ^([0-9]+)$  read.php?article_id=$1  [L]
</IfModule>