| 开发者 | aplugins |
|---|---|
| 更新时间 | 2026年8月27日 23:50 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/checkout/, or a trailing-wildcard path such as /account/*. Each zone can be Operational, show a non-blocking Service Notice, or return a proper temporary-unavailable Maintenance response.
Before activating a zone, use Impact Preview and Safety Check to see known matching WordPress Pages and review broad, critical, or transaction-related routes. The Conflict Detector identifies overlapping zones and explains the deterministic priority rule. More-specific targets win, so an Operational child zone can deliberately keep a smaller area live inside a broader maintenance path.
Titanium Service Zones also keeps the original whole-site controls for situations where the complete website really should change at once: Normal, Visitor Service Notice, Coming Soon, or Maintenance Mode.
Service Zones included in Free
* path prefixes/service-status//wp-json/titanium-service-zones/v1/status/login; the exact page stays accessible while the login button is enabled/service-status/ and the read-only JSON status endpoint.A Service Zone is one selected part of the public site. It can target one WordPress Page, an exact URL path, or a trailing-wildcard path prefix. That zone can remain Operational, show a Service Notice, or return an HTTP 503 Maintenance page while unrelated site areas remain online.
Three. The shared Free core in both editions uses the same three-zone system.
The more-specific target wins. A Page target outranks path rules, an exact path outranks a wildcard prefix, and a longer wildcard prefix is more specific than a shorter one. If specificity is equal, the earlier zone wins. This also lets an Operational zone create a live exception inside a broader maintenance path.
For saved WordPress Pages, the preview shows known published Pages that match the selected target. URL paths can also match dynamic endpoints that are not stored as WordPress Pages, so the interface clearly notes that the preview is not a complete crawler of every possible runtime URL.
It warns about extremely broad patterns, protected WordPress routes, and transaction/account-looking paths such as checkout, payment, webhook, callback, cart, or My Account routes. WordPress admin, login, REST, AJAX, cron, and XML-RPC requests are intentionally protected from Service Zone blocking.
Yes. A matched Maintenance Zone returns HTTP 503 with Retry-After and noindex/no-cache handling when WordPress can still send headers. Unaffected URLs continue to use their normal responses.
Yes. Whole-Site Status remains available. When it is anything other than Normal, it takes priority and Service Zones stay saved but do not independently affect visitors.
Yes. The existing administrator visibility setting applies to the public runtime. When administrator application is disabled, administrators can work on the frontend without receiving the public maintenance replacement.
When enabled, Titanium Service Zones generates a read-only /service-status/ page and JSON endpoint from Whole-Site Status and the configured zone states. It publishes zone names and state labels only; target paths and matching rules are not exposed.
The lifecycle process returns Whole-Site Status to Normal and resets configured Service Zones to Operational while preserving their definitions. Supported page caches are purged when a public state had been active.
The plugin marks eligible Service Zone, Coming Soon, maintenance, and service-notice responses as non-cacheable and purges supported WordPress page caches after relevant state changes. Server-level caches, reverse proxies, and external CDNs can serve content before WordPress runs, so their own purge controls may still be required.