You actually enabled beautify urls for forum action, you need to uncomment "beautiy action url" in .htaccess
here it is :
#uncomment if you use beautifying url actions
RewriteCond %{REQUEST_METHOD} =GET
RewriteCond %{QUERY_STRING} ^action=(.*)$
RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]