Skip to main content

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:
PluginPurpose
reincarnatiopedia-tokens.phpToken economy and paywall
rp-seo.phpSEO optimization
libertine-font.phpCustom 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