I have a Joomla v3.9 website which had its editors create many articles that have links to other articles. These links are retrieving a 404 error after updating to Joomla v4.3.
These links created in v3.9 have their URL value on this format:
{categoryId}-{categoryAlias}/{articleId}-{articleAlias}
Links created under v4.3 have their URL value on this format:
index.php?option=com_content&view=article&id={articleId}&catid={categoryId}
Since creating a link from an article to another article is a common use case, I imagine this problem has happened to many Joomla users going from 3 to 4.
What options are available that do not involve going through all the articles and editing the URLs manually?
These links created in v3.9 have their URL value on this format:
{categoryId}-{categoryAlias}/{articleId}-{articleAlias}
Links created under v4.3 have their URL value on this format:
index.php?option=com_content&view=article&id={articleId}&catid={categoryId}
Since creating a link from an article to another article is a common use case, I imagine this problem has happened to many Joomla users going from 3 to 4.
What options are available that do not involve going through all the articles and editing the URLs manually?
Statistics: Posted by rordonezgarcia — Wed Nov 06, 2024 2:43 pm