Skip to content

Commit 650f7b2

Browse files
committed
Sharepoint post
1 parent 30348cf commit 650f7b2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/blog/2024/sharepoint-slug.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Changing a site's URL slug in Sharepoint
3+
date: 2024-04-02
4+
intro: You've got a Sharepoint site with a URL testSite2… you can fix that!
5+
tags: ["tech", "til"]
6+
themeColor: hsl(183, 91%, 22%)
7+
---
8+
9+
I've recently needed to get my head around Sharepoint… as someone who has spent most of their time in Google Workspace this is a whole new world to me! What's interesting about jumping into the Microsoft 365 is you're never a few clicks away from uncovering a UI that looks like it was built in 2010. Today's challenge was trying to change the URL of a Sharepoint site that had started life as 'Test Group 2' with the slug 'testGroup2'… not pretty.
10+
11+
You'll need to be a Sharepoint administrator to do this…
12+
13+
1. Go to the [Sharepoint Admin Centre](https://go.microsoft.com/fwlink/?linkid=2185220)
14+
2. Find the site name that you want to update
15+
3. Under _Site Address_ you'll find an edit button and there you'll be able to update the slug
16+
17+
Once you click apply Sharepoint will make the site readonly while it updates all the different URLs. It will then restore access when it has been completed… so if this is a large well used Sharepoint site, you may want to wait until out of office hours before making that change.
18+
19+
When you change the URL Sharepoint will automatically set up the redirect from the old to the new, so you don't need to worry about that.

0 commit comments

Comments
 (0)