RedZ adlı üyeden alıntı: mesajı görüntüle
yönlendirme kodunumu diyorsun ? al dene

forumgoster.php

<?php

if(ereg("forumgoster",$_SERVER['REQUEST_URI']))
{
//header("location:forum".$_GET['f'].".html");  

echo 'Şuan Forum goster.php etkin bu sayfa forum'.$_GET['id'].'.html yönlenicek';
}else{

echo 'Forum'.$_GET['id'].'.html sayfasındasınız burası yönlenmiyecek';
}

?>
.htaccess

Options +FollowSymLinks
RewriteEngine on 

RewriteRule ^forum(.*).html*$ forumgoster.php?id=$1 [L]
Olmuyorki olmuyor.