Hi,
Noob question - sorry in advance.
I have 56 pages from an old mambo installation that I want to redirect to new joomla pages.
Example would be:
From:
/portal/index.php?option=com_contact&task=view&contact_id=2&Itemid=50
To:
/index.php?option=com_content&Itemid=88&id=69&lang=en&view=article
Of note: the mambo site used to be located in a subdirectory /portal/ - the new joomla installation is in root. (and yes, they don't want to use com_contact anymore)
Entered this into redj as:
FROM URL:
portal/index.php?option=com_contact&task=view&contact_id=2&Itemid=50
TO URL:
index.php?option=com_content&Itemid=88&id=69&lang=en&view=article
and I get the default 404 page - with the 404 - "Contact not found" message.
I definitely am missing something here - Shouldn't get redirect be sent prior to joomla attempting to find the com_contact record?
----------------
reDJ - 1.2
plugin-active, 1st in system type list.