Rename Page Alias?

Permalink
Is it possible to change the link text for a page alias? I'd like to be able to set the link text for page aliases the same way you can set the link "Name" for external links.

Thanks

 
jordanlev replied on at Permalink Reply
jordanlev
I don't think it is possible.

One potential workaround might be to make an external link but point it to the url of your internal page instead.
williamt replied on at Permalink Reply
Just wanted to do the same thing..

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.