---
title: "Project template – woconfig (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/files/woconfig.html
last_updated: 2026-08-11T16:31:05+10:00
tokens: ~236
---

# woconfig folder (obsolete)

### `/woconfig`

> **Obsolete:** The `/woconfig` folder is obsolete as of PageSeeder v5.97. All custom CSS, javascript and images is now in `style` folders under `/WEB-INF/config/template/[project]`.

This folder is the container for all [project](/reference/glossary/project.md)-specific folders and files that must be accessible to the public web. Folders and files that are private to PageSeeder are stored under `/WEB-INF/.`

### Project subfolders

**`/woconfig`** is subdivided into folders with the same name as the PageSeeder project they represent.

```

/woconfig/[project]
```

#### Perspectives

Customizations for any [perspectives](/reference/version_5/other/perspectives.md) are stored under folders named in the following manner:

```

/woconfig/[project].[perspective]
```

For example, all customizations for perspective 'mobile' or project acme are stored under:

```

/woconfig/acme.mobile
```

