---
title: "Site prefix"
source: https://dev.pageseeder.com/reference/glossary/site_prefix.html
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~94
---

# Site prefix

Is the prefix assigned to PageSeeder URLs. The value of the site prefix is stored in the [global properties](../../guide/configuration/properties/global_properties.md).

The default value is  `/ps` and all PageSeeder URLs will start with this. In other words, all URLs match:

```

/ps/*
```

> **Note:** There is generally no reason to change the site prefix.

