<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule index.html$ index.php [L,NC]
RewriteRule yardim.html$ yardim.php [L,NC]
RewriteRule hakkimizda.html$ hakkimizda.php [L,NC]
RewriteRule yukle.html$ yukle.php [L,NC]
RewriteRule ^indir/(.*).html$ indir.php?dosya=$1
</IfModule>