ErrorDocument 404 /404.php
RewriteEngine On
ReWriteRule ^(.*)-(.*).htm$ oyun.php?id=$2 [L]
ReWriteRule ^(.*).htm$ cat.php?cat=$1 [L]
ReWriteRule ^tamekran-(.*)-(.*).html$ oyun-tam.php?id=$1 [L]
Birde bunu dene bakalım. Olmazsa şunu dene.
ErrorDocument 404 /404.php
RewriteEngine On
ReWriteRule ^(.*)-(.*).htm$ oyun.php?id=$2 [L]
ReWriteRule ^(.*).htm$ cat.php?cat=$1 [L]
ReWriteRule ^tamekran-(.[^/]+)-(.[^/]+).html$ oyun-tam.php?id=$1 [L]