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
US site is available through your-domain.dev. France site is available through fr.your-domain.dev.
US section for players URI is /players/{slug}, template is /players/_entry. France section for players URI is /joueurs/{slug}, template is /players/_entry.
I would expect URL for a player entry to be:
US: your-domain.dev/players/my-player-slug
France: fr.your-domain.dev/joueurs/my-player-slug
However, Craft returns a HTTP 404 - Not Found error sayingTemplate not found: joueurs/my-player-slug when accessing the France URL. However, fr.your-domain.dev/players/my-player-slug does work.
Additional info
Craft version: Craft Pro 3.0.0-beta.36
PHP version: 7.1.11
Database driver & version: MySQL 5.7.20
Plugins & versions: none
The text was updated successfully, but these errors were encountered:
Description
Let's say there is a US site and a France site.
US site is available through
your-domain.dev
.France site is available through
fr.your-domain.dev
.US section for players URI is
/players/{slug}
, template is/players/_entry
.France section for players URI is
/joueurs/{slug}
, template is/players/_entry
.I would expect URL for a player entry to be:
your-domain.dev/players/my-player-slug
fr.your-domain.dev/joueurs/my-player-slug
However, Craft returns a
HTTP 404 - Not Found error saying
Template not found: joueurs/my-player-slug
when accessing the France URL. However,fr.your-domain.dev/players/my-player-slug
does work.Additional info
The text was updated successfully, but these errors were encountered: