flood için özür dilerim

en son şu şekilde yapabildim

http://www.xxx.net/video20-sarkici.html

functions.php
$fileurl = $siteurl."/video".$fileId."-".$fileTitle.".html";
.htaccess
RewriteEngine on
RewriteRule ^video([0-9]+)-([_A-Za-z0-9-]+).html file.php?f=$1 [L]
RewriteRule ^kategori/([0-9]+)/([_A-Za-z0-9-]+)/?$ browse.php?c=$1 [L]
RewriteRule ^kategori/([0-9]+)/([_A-Za-z0-9-]+)/([0-9]+).html browse.php?c=$1&page=$3 [L]
RewriteRule ^profil/([0-9]+)/([_A-Za-z0-9-]+).html profile.php?u=$1 [L]
RewriteRule ^sayfa/([0-9]+).html page.php?p=$1 [L]