Разделы: Было: /forum/nameforum.html Стало: /topic/nameforum Темы: Было: /forum/topic/205-name Стало: /topic/205-name.html
RewriteRule forum/*.html|topic/$1 RewriteRule forum/topic/*|topic/$1.html
Разделы: Было: /forum/nameforum.html Стало: /topic/nameforum Темы: Было: /forum/topic/205-name Стало: /topic/205-name.html
RewriteRule forum/*.html|topic/$1 RewriteRule forum/topic/*|topic/$1.html
Не чего не произошло =(RewriteRule ^forum/(.+)\.html$ topic/$1 [R=301]
RewriteRule ^forum/(.*)$ /topic/$1 [R=301,L]
RedirectMatch 301 ^/forum/(.*) /topic/$1
RewriteRule ^forum/(.*)$ /topic/$1 [R=301,L]
/topic/nameforum.html и topic/topic/205-name
/topic/nameforum и /topic/205-name.html
RedirectMatch 301 ^/forum/(.*) /topic/$1
RewriteRule ^forum/(.+)\.html$ topic/$1 [R=301,L] # или RewriteRule ^forum/(.*)\.html$ topic/$1 [R=301,L]
К сожалению все равно раздел получается таким /topic/nameforum.html не убирается htmlRewriteRule ^forum/(.+)\.html$ topic/$1 [R=301,L]
# или
RewriteRule ^forum/(.*)\.html$ topic/$1 [R=301,L]
RewriteRule ^forum/topic/(.+)$ topic/$1\.html [R=301,L]