RewriteEngine On RewriteRule ^file/([a-zA-Z0-9_-]+)$ indir.php?id=$1 [L]
<?php $id=intval($_GET["id"]); echo "Dosya ".$id; ?>