Example:
http://site-root/any/url/here/8 (assuming that article with ID 8 is published)
Or if you have "Use URL Rewriting" to "No":
http://site-root/index.php/any/url/here/8 (assuming that article with ID 8 is published)
404 Page
The article with the ID that matches the number at the end of the URL is rendered.
Joomla 3.8.7 (Fresh installation, no extensions)
The issue is caused by com_content legacy router (components/com_content/helpers/legacyrouter.php) .
Not sure if the legacy routers or the rest core extensions have the same issue.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-10 22:39:20 |
Closed_By | ⇒ | brianteeman |
I am going to close this as this was always an issue and is why we have a new router
That's in part why the legacy routers were replaced...