Hello, i have the problem with this mod. Mod was installed corectly and in htaccess i put this:
Options +FollowSymLinks -Indexes -MultiViews
RewriteEngine on
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^forum/index\.html$ /forum/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
# RewriteRule ^forum2/[a-z0-9_-]*/([^/]+\.html)$ /forum2/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^forum2/[a-z0-9_-]*-c([0-9]+)\.html$ /forum2/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^forum2/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forum2/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^forum2/[a-z0-9_-]*-f([0-9]+)\.html$ /forum2/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^forum2/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /forum2/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^forum2/[a-z0-9_-]*-t([0-9]+)\.html$ /forum2/viewtopic.php?t=$1 [QSA,L,NC] ...