This is a continuation of a question asked and solved earlier. But this is a different question that may be applied in other scenarios (hence the new thread).
I'm running into a bit of a conundrum. The user's browser cache is still pointing to the old domain - ie, Example.com/us. The orignal node (page) is renamed to /home.
The user's browsers still points to "example.com/us".
How can I refresh the user's cached pages/browser in order for my changes to be loaded correctly? (stackexchange and stackoverflow do not have any clues on this matter. Although there are plenty of unanswered questions pertaining to this context.)
refresh the user's cached pages
This is a continuation of a question asked and solved earlier. But this is a different question that may be applied in other scenarios (hence the new thread).
I'm running into a bit of a conundrum. The user's browser cache is still pointing to the old domain - ie, Example.com/us. The orignal node (page) is renamed to /home.
The user's browsers still points to "example.com/us".
How can I refresh the user's cached pages/browser in order for my changes to be loaded correctly? (stackexchange and stackoverflow do not have any clues on this matter. Although there are plenty of unanswered questions pertaining to this context.)
Hi Brett
Can you 301 redirect /us to /home?
There are a few packages that let you manage 301s in Umbraco
https://github.com/skybrud/Skybrud.Umbraco.Redirects/ https://our.umbraco.org/projects/developer-tools/301-url-tracker/
Probably more as well
Hope this helps Matt
Hi Matt. Thanks for the input.
No. What if I want to use another node named /us? (Which is exactly the case.) Sorry, I edited that point out of the question before submitting it.
is working on a reply...