With a Menu item for Archived articles
link: "to-your-joomla/archived-articles/2010/12"
Without a Menu item for Archived articles I have 2 cases
1. The active menu item is not a Content menu.
link: "to-your-joomla/component/content/archive/2010/12"
2. The active menu item is a Content menu.
link: "to-your-joomla/component/content/archive/2010/12?Itemid=101
i.e. sometimes the Itemid is added automaticly
Created a menu item with a single article and load the following in the article: {loadmodule articles_archive,Archived Articles}
Then clicked one of the items listed under "Archived Articles". My results:
Patch not applied:archived-articles/2011?view=archive&month=1
Patch applied: archived-articles/2011/1
Seems a improvement to CEO
I personally don't like changing the old router code, but this would not be a big problem when merging the router stuff. We need to update the legacrouter.php file for this to be adopted when merging the changes.
Reference #7771