I recently upgraded a website to Sitefinity 5.3. For some reason, when I try to edit a page in the backend, it throws a '500 - Internal server error' . On close inspection, I see that the culture appears at the end of the URL instead of the usual position after the base URL. E.g. The URL shows as
http://www.mywebsite.com/my-page/Action/Edit/en
instead of the usual
http://www.mywebsite.com/en/my-page/Action/Edit
Any idea why this happens?
Yosief,
That only occurs in the backend. If you load up the translated front-end page, you will notice that the translation appears before the page alias.
Thanks - Chris