Rename Page Alias?
PermalinkThanks
I manually edited the PagePaths table:
update PagePaths set cPath = "/foo" where ppID = 66 and cID = 70;
This change takes effect instantly *providing* you have caching turned off at the time (Dashboard > Sitewide settings > Speed settings > Basic cache > disabled) or you can just manually clear the cache (button on same page.)
You may also need to refresh the search index.
One potential workaround might be to make an external link but point it to the url of your internal page instead.