I would like to ask if it is possible to rewrite thread URLs for certain forums.
We have a forum „topic_1", for example, with review threads.
Forum url is mydomain.com/topic_1
Thread Url is sth like threads/my-thread-title.11120/
Everything works fine. However, we work with a SEO agency. They recommended to use a more SEO friendly URL like
review/topic_1/my-thread-title .
I know that I can rewrite URLs using RewriteRules within my htaccess file. But in this case the forum name (topic_1) is not available within my original thread url.
Any hints would be appreciated
We have a forum „topic_1", for example, with review threads.
Forum url is mydomain.com/topic_1
Thread Url is sth like threads/my-thread-title.11120/
Everything works fine. However, we work with a SEO agency. They recommended to use a more SEO friendly URL like
review/topic_1/my-thread-title .
I know that I can rewrite URLs using RewriteRules within my htaccess file. But in this case the forum name (topic_1) is not available within my original thread url.
Any hints would be appreciated