> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reincarnatiopedia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WordPress Multisite

> Content platform powering 200 language subdomains

# WordPress Multisite

Reincarnatiopedia runs on WordPress Multisite with wildcard subdomain routing — one installation serves all 200 languages.

## How It Works

```
en.reincarnatiopedia.com  → WordPress blog #2
ru.reincarnatiopedia.com  → WordPress blog #3
ja.reincarnatiopedia.com  → WordPress blog #4
...200 subdomains total
```

**Single Nginx config** handles all subdomains via wildcard:

* Wildcard DNS: `*.reincarnatiopedia.com` → Cloudflare → Server
* Wildcard SSL: Let's Encrypt certificate covers all subdomains
* WordPress maps each subdomain to its language blog automatically

## mu-plugins

Auto-loaded plugins that run across all 200 sites:

| Plugin                         | Purpose                   |
| ------------------------------ | ------------------------- |
| `reincarnatiopedia-tokens.php` | Token economy and paywall |
| `rp-seo.php`                   | SEO optimization          |
| `libertine-font.php`           | Custom font loading       |

## Performance

* **Redis** object cache shared across all sites
* **Cloudflare CDN** for static assets
* **Nginx** file caching (5000 files, 30s TTL)
* **Weekly Lighthouse audits** across all subdomains
