× Here you can get community support related to ReDJ.

Moved from k2 to easyblog

  • inovata
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 6 months ago #1639 by inovata
Moved from k2 to easyblog was created by inovata
I want to redirect a lot of links like:

mysite/1528-article

to

mysite/blog/232-article


Article ID is different now.
I use joomla 2.5

How can I redirect?
Thank you.

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago - 10 years 6 months ago #1640 by admin
Replied by admin on topic Moved from k2 to easyblog
The from URL could be:
From URL: ^/[0-9]+-[^/]*$

And the destination could be built using placeholders, to extract the old id (e.g. 1528), and to lookup the article table for new id (e.g. 232), assuming the the slug part is the same.

Not so easy, but is possible... :)
Last edit: 10 years 6 months ago by admin.

Please Log in or Create an account to join the conversation.

Time to create page: 0.106 seconds