[WordPress] 外掛分享: PathGuard Redirects

首頁外掛目錄 › PathGuard Redirects
WordPress 外掛 PathGuard Redirects 的封面圖片
全新外掛
安裝啟用
尚無評分
25 天前
最後更新
問題解決
WordPress 5.8+ PHP 7.4+ v1.0.0 上架:2026-05-21

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「PathGuard Redirects」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

URL Blocker is a lightweight, developer-friendly plugin that lets site administrators block any relative URL on their WordPress site and control exactly what happens when a visitor tries to access it.
How it works
Add the relative paths you want to block (one per line) and choose what should happen when someone visits them:

Custom URL redirect — send visitors to any destination URL with a 302 redirect.
404 Not Found — serve your theme’s native 404 page with a proper HTTP 404 status header (no redirect, the URL stays the same).

Key features

Block any number of relative paths (e.g. /secret-page/, /members-only/).
Choose the redirect action per-site: custom URL or 404 page.
Exclude Admins — logged-in administrators are bypassed by default so they always have access. The option can be unchecked to restrict admins too.
One-click access via the Settings link on the Plugins list page.
All plugin data is removed from the database automatically when the plugin is deactivated.
Paths matched with and without trailing slash — /secret-page and /secret-page/ both work.
URL-encoded paths are decoded before matching, preventing bypass attempts like /%73ecret-page/.

Security

CSRF protection on every save using WordPress nonces.
Strict capability check (manage_options) before processing any form data.
All input is sanitised (sanitize_textarea_field, esc_url_raw, sanitize_key).
All output is escaped (esc_textarea, esc_attr, esc_html_e).
Uses wp_safe_redirect to prevent open-redirect abuse.

文章
Filter
Apply Filters
Mastodon