Ja zauważyłem taki błąd, że zawartość pliku z instrukcją do ustawienia .htaccess, która jest podana w pliku razem z pobraną paczką jest BŁĘDNA.
W pliku .htaccess, żeby tfseo działało dobrze musi być:
Kod:
RewriteEngine On
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/newpost.html$ showthread.php?t=$3&goto=newpost [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/$ showthread.php?t=$3 [QSA,L]
RewriteRule ^f([0-9]+)\/$ forumdisplay.php?f=$1 [QSA,L]
RewriteRule ^f([0-9]+)\/([a-z]+)([0-9]+).html$ forumdisplay.php?f=$1&page=$3 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/([a-z]+)([0-9]+).html$ showthread.php?t=$3&page=$5 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/(.*)$ showthread.php?t=$3 [QSA,L]