Forum Discussion
mdcastorena
Dec 19, 2023Brass Contributor
Why does SharePoint elongate URLs?
Hi, does anyone know why SharePoint makes the URL much longer than others when creating a site? If I remove the back-end of the URL, it still works, but just generally curious why it does this in th...
DaveMehr365
Dec 22, 2023MVP
Hello mdcastorena
every site has at least one page, the homepage of a site. All pages, also the homepage from a site, are created in the /SitePages/ library. There, you can define a page as homepage:
The direct site URL https://{TENANT}/sites/DocumentStore/ will open automatically the homepage, there is defined as homepage in the SitePages library. When you create a new page and you will define this as homepage, you don't need to change any URLs or navigation links when you use the Site URL.
Assets, images that you insert on pages, will be saved in the SiteAssets library.
Best, Dave