muhammedaksam adlı üyeden alıntı: mesajı görüntüle
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^suche/$ search.php [L,QSA]
RewriteRule ^(.*)/$ page.php?link=$2 [L]
RewriteRule ^(.*)/$ category.php?categorylink=$1 [L]
İş görebilir. Ya da

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^suche/$ search.php [L,QSA]
RewriteRule ^(.*)/$ page.php?link=$2 [NC,QSA,L]
RewriteRule ^(.*)/$ category.php?categorylink=$1 [L]
Malesef sanırım PHP dosyasında da düzenleme yapmak gerekiyor.