Just installed it on a test forum, but now I get an internal server error.
I tried the htaccess file that came with the installation and the new one I saw here on the forum.
But I'm not realy sure that I have to put something in the rewritebase.
It's in a subdomain on my host.
But if I log in with ftp it's a subfolder.
I can also acces the testsite with a subfolder.
http://dev.forumaffiliates.net
or http://www.forumaffiliates.net/dev
So should I put the /dev in the rewrite base or not?
[edit]
Found this in my error log:
cannot compile regular expression '^(.*)-t([0-9]*).([0-9]*).html;((?:from|msg|new|)[0-9]*);(.*)$'\n
[edit 2]
Seems to work if I comment these 2 liones out:
#RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;((?:from|msg|new|)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$5 [L]
#RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;((?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]