Try our conversational search powered by Generative AI!

Problem with old version of old "Namin URL"

Vote:
 

I have a strange problem.

EPiServer 9.0.3 (mvc), multiple languages.
A couple of thousand pages.

The problem is, childpages (yes, just childpages, not their parent ) in ONE of the site's sub structures is still accesseble via an old page versions "Name in URL".

The old versions URL-structure:
/da-DK/old-version/
- This URL is NOT accesseble.
/da-DK/old-version/childpage
- This URL IS accesseble.

The new, published versions URL-structure:
/da-DK/new-version/
- This URL IS accesseble.
/da-DK/new-version/childpage
- This URL IS accesseble.

Note that both /da-DK/old-version/childpage and /da-DK/new-version/childpage leads to the same ( new / published ) version of the content of the "childpage".

I have tried :
- To delete ( via episerver GUI ) (all) old versions of both /da-DK/old-version/ and /da-DK/old-version/childpage, it will not help.
- I have tried to change "Name in URL" on /da-DK/new-version/ to something else ( /da-DK/new-version2/ ), but /da-DK/old-version/childpage is still accesseble.
- The only thing that seems to "solve" the problem is to change back from "/da-DK/new-version/" to "/da-DK/old-version/".
- I have also checked fo possible appearances of "Simple address", but they are empty in EPiServer's GUI.

Any suggestions?

#151925
Aug 10, 2016 12:14
Vote:
 

Have you made sure that the url is not just cached by the browser?
Try to load the url in a different browser

#151935
Aug 10, 2016 15:32
Vote:
 

Are you using Mogul SEO manager by chance?

#151936
Aug 10, 2016 15:37
Vote:
 

Thanks for your response :)

I have tried the Urls in a bunch of different browsers on different computers and different networks, so that's not the case.

Mogul SEO Manager: No, we are using pretty much vanilla EPiServer.

( We are using a EPiServer.GoogleMapsEditor [1.0.5] and GoogleMaps.LocationServices [0.9.8.5], they are installed via nuget, and thats pretty much the only third party stuff we are using for this site )

Others things that might be good to know:
- These page's exists in multiple languages ( both /da-DK/new-version/ and it's childpages ).
- The one that seems to be the cause of the problem ( /da-DK/old-version/ ) is not the language-master-version.
- It's only in the "da-DK" language we have these problems.
- The part/string/"Name in URL" /da-DK/old-version/ does exists in some other languages too ( it should be this string in those languages ), ex : /en-GB/old-version/
- We are using the built in handling for friendly-url:s / routing. We have some custom API controllers ( inherits from ApiController ), and there are we using attributes RoutePrefix and Route to handle it's routing, but no name collisions or other risky stuff there.

#151938
Edited, Aug 10, 2016 16:34
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.