i solved the problem by looking in the htaccess. With this change you can look on Page 1, Page 2 in the
Thread.. but you cant change to Page1,2,3 in the
Board.
in the
.htaccessRewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]
change this to:
RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1.%2 [R=301,L]
There is the missing point and %2 to change the pages..
