You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visiting https://example.com/0 causes Craft to render the template at index.html without any provided entry. This happens even if the homepage would normally use a different template.
Steps to reproduce
Start with a fresh Craft install
Set up a single to act as the homepage, using template _x.html
Set up another template at index.html as an example
Visiting the homepage https://example.com/ renders the single via _x.html
Visiting https://example.com/0 renders index.html
or
Start with a fresh Craft install
Set up a single to act as the homepage, using template index.html
Visiting the homepage https://example.com/ renders the single via index.html
Visiting https://example.com/0 renders index.html, but with entry undefined within the template
Additional info
Craft version: 3.0.24
PHP version: 7.1.20
Database driver & version: MySQL 5.5.56
Plugins & versions: None
The text was updated successfully, but these errors were encountered:
Description
Visiting
https://example.com/0
causes Craft to render the template atindex.html
without any provided entry. This happens even if the homepage would normally use a different template.Steps to reproduce
_x.html
index.html
as an examplehttps://example.com/
renders the single via_x.html
https://example.com/0
rendersindex.html
or
index.html
https://example.com/
renders the single viaindex.html
https://example.com/0
rendersindex.html
, but withentry
undefined within the templateAdditional info
The text was updated successfully, but these errors were encountered: