I need to generate manually redirects (301).
After migration of a portal to Joomla, I have thousands of old URL's to insert in the
sefmoved table. The problem I encounter are the missing entries in the
sefurls table, since those seem to be inserted on the fly.
My initial idea was to"click" the pages by using the Joomla URL, e.g.:
$url = "index.php?option=com_content&catid=$rs[catid]&id=$rs[id]&view=article";
with cURL, but this seems not to insert the URL. If it would work, it would be an excellent solution in order to avoid "understanding" JoomSEF. With the help of the new entries I would then have filled properly the
sefmoved table.
Question:
- How to I create a new entry in the
sefurls table from a PHP script without getting mad?
Order No. 5591