Hi
i know that are a lot of topics speaking about troubles with installation. I did some finds with Search but, well, didn't helpful to me. I have no troubles with installation, in fact, I installed mod with Package tool of smf and all worked well. I have a htaccess with the rules, I activated the mod in panel, but....the rewrite works bad.
The only thing that can disturb may be is the forum is in a folder into DocumentRoot. But, theorycally, with RewriteBase Directive this is solved

My forum features:
Version: 1.1.4
Mods: seo4smf, icons
Hosting: goddady - linux hosting
Webserver: Apache
Mod Rewrite: running properly with other softwares like Wordpress in same hosting
DocumentRoot: /forum
Currently, the installation worked well but mod doesn't. It rewrite the urls but dont work.
Without mod: http://mysite.com/index.php?board=2.0
OK!With mod: http://mysite.com/myfolder/seo4smf-redirect.php?b=2
BAD! Returns 404 error
If i remove /myfolder/ of this bad url, then I see
http://mysite.com/about_forum/
It seems that is good but doesn't work

Did I forget something? Thanks!