November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Åsa,
Yes, In the report center there is a report that will show a list of simple addresses used. Check page 135 in the Editors manual.
edited: I checked a cms 5 site and its in there as well.
You can use the following SQL query (EPiServer 5):
SELECT DISTINCT fkPageID as 'PageId', ExternalURL as 'SimpleURL'
FROM tblWorkPage
WHERE ExternalURL IS NOT NULL
Is there any way to list all simple addresses that are in use on a site?