Hi there, and thanks for this plugin.
I have about 5000 joomla articles with unique sh404sef links, all indexed by google, is it a way to set the same sef links in WP to prevent the lost of my indexed links? Or a way to 301 all the joomla links to WP ?
http://wordpress.org/extend/plugins/joomla-to-wordpress-migrator/
Gilligan
Member
Posted 1 year ago #
You will have to set up a WordPress permalink structure that mimics the Joomla URL hierarchy, then possibly also run an SQL replace to change URLs if you cannot exactly mimic the Joomla URLs. As an alternative you can attempt to write a 301 REGEX that will do it, but that is not an easy or optimal solution.
the urls are changed by the plugin through the "Change URL" button.
The old url structure you will loose and you ahve to setup a redirect.
the generation of the redirects you have to code by yourself. you can generate those redirects with a php script.
if oyu send me an mysql full dump of your joomla installation, I can take a look and maybe i can include a new feature for that in one of the next releases - I need an example input.
if you send me an mysql full dump of your joomla installation I can try to integrate it in one of the future releases