I am in the process of migrating a Joomla 1.5 site to Joomla 2.5 site. My problem is similar to
jmccunepRE in the topic,
Migrate rules from J1.5 to J3? at
www.selfget.com/forum/redj/561-migrate-rules-from-j1-5-to-j3.html.
I have ReDJ version 1.7.2 installed and enabled. I used MigrateMe (version 2.1.4 ) and imported the database from the old site into the version 2.5 site. The database structure for ReDJ in the Joomla version 2.5 site is similar but not the same as the Joomla 1.5 site.
A. I have custom 404 pages from the old site that appear in the old
_redj_pages table. I could easily create the necessary new 404 pages in the ReDJ administrator and they would appear in the
_redj_pages404 table. In the interest of science, though, and using PHPMyAdmin, I renamed the
_redj_pages404 table to
_redj_pages404_original (as a backup). Then I renamed the
_redj_pages table to
_redj_pages404. Apparently that worked.
B. I have 145 existing redirect orders in the old
_redj table. It appears that the old and new redirect table structures match except for the four new fields -
request_only,
decode_url,
placeholders and
comment.
I propose to modify the
_redj table so that the structure matches the new
_redj_redirects table (and setting the defaults). Then I'll rename the tables as I did for the 404 pages.
Do you see any pitfalls in this procedure?