Alıntı
ErrorDocument 404 /404.php

RewriteEngine On
ReWriteRule ^(.*)-(.*).htm oyun.php?id=$2 [L]
ReWriteRule ^tamekran-(.*)-(.*).htm oyun.php?id=$2 [L]
ReWriteRule ^(.*).htm cat.php?cat=$1 [L]
ReWriteRule ^(.*)-(.*)-(.*).html oyun-tam.php?id=$3 [L]
denemedim olacaktır.