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
Describe the bug
Goal: I want to change the slug of the blog index page.
Not sure if this is default behaviour or a bug. But it is not behaviour that I expected.
When changing the blog route in settings to /blogindex for example, /blog keeps working.
/blog is still working, you would expect that only /blogindex works.
This is still working while we changed the blog index route
The text was updated successfully, but these errors were encountered:
jornwildenbeest
changed the title
/blog keeps working after changing blog route in settings
/blog index page keeps working after changing blog route in settings
May 23, 2023
When you change the blog route to the blogindex all blog URLs are now working with this new route, but /blog is still available.
On /blog page you can see the canonical URL that leads to blogindex, this helps with fixing page duplication.
If you want you can make 301 redirects on the webserver level to 301 redirects from /blog to /blogindex
Describe the bug
Goal: I want to change the slug of the blog index page.
Not sure if this is default behaviour or a bug. But it is not behaviour that I expected.
When changing the blog route in settings to /blogindex for example, /blog keeps working.
/blog is still working, you would expect that only /blogindex works.
Preconditions:
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: