I have created an ArcGIS Enterprise Sites site and added a page.
How do I add a URL in the site to the linked page?
According to the documentation this is <a href="pages/mypage">Description</a>
This however resolves to http://server/portal/apps/sites/pages/mypage which is an invalid URL
If I add a slash in front (/pages/mypage), it goes to http://server/pages/mypage, which is invalid as well.
How do I get it link to http://server/portal/apps/sites/#/mysite/pages/mypage?
Solved! Go to Solution.
Hi Calin,
Unfortunately you have found a bug. But there is some good news.
1) If you link your page to your site you can hyperlink it and it works
2) Hyperlinking pages across different sites (without linking) will be fixed in 10.7
Hi Calin,
Unfortunately you have found a bug. But there is some good news.
1) If you link your page to your site you can hyperlink it and it works
2) Hyperlinking pages across different sites (without linking) will be fixed in 10.7
Thanks Shannon, I'll use the workaround.