Please or Register to create posts and topics.

Redirect SEO links – 301 – phpbb3 to asgaros

Hello,
I moved the forum from phpbb3 to asgaros, how can I redirect links in htaccess (SEO – 301)? What is the structure of link building in asgaros?

Hello @zpasji

The link-structure is the following:

URL-TO-FORUM-PAGE/{forum-view}/{element-id}

Example:

https://asgaros.com/support/topic/redirect-seo-links-301-phpbb3-to-asgaros

  • forum-view: topic
  • element-id: redirect-seo-links-301-phpbb3-to-asgaros
zpasji has reacted to this post.
zpasji
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

thx, maybe someone will be useful

RewriteRule ^forum/(.*)-t([0-9]+)\.html$ /forum/topic/$1/ [R=301,L]

RewriteRule ^forum/(.*)-f([0-9]+)\.html$ /forum/forums/$1/ [R=301,L]

RewriteRule ^forum/(.*)-u([0-9]+)\.html$ /forum/users/$1/ [R=301,L]

 

Asgaros and qualmy91 have reacted to this post.
Asgarosqualmy91