Monkeyman Rewrite Analyzer
Making sense of the rewrite mess. Display and play with your rewrite rules.
The facts
- Rating
- 5★ from 26
- Active installs
- 1k+
- Price
- Free
- Last updated
- 12 May 2011
- Added
- May 2011
- Requires WP
- 3.0
- Tested up to
- WP 3.2.1
- Downloads
- 76,825
Our analysis
AI-assistedMonkeyman Rewrite Analyzer is a WordPress plugin designed to help users understand their rewrite rules, commonly known as Pretty Permalinks. It provides an analysis of these rules, breaking them down into their components and illustrating their connection to query variables. This tool is particularly useful for developers who are adding or modifying rewrite rules and need to troubleshoot or verify their functionality.
The plugin does not alter any rewrite rules but allows you to test different URLs to see which rules apply and what the corresponding query variable values are. It was created to assist in answering questions related to rewrite rules on the WordPress Stack Exchange, making it a practical resource for developers seeking clarity on this aspect of WordPress functionality.
Best for: This plugin is suitable for developers working with WordPress permalinks and rewrite rules.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Analyzes rewrite rules and their components
- ✓Helps troubleshoot and understand URL matching
- ✓Useful for developers modifying permalinks
- ✓Supports testing of different URLs
Where it falls short
- •Does not change any rewrite rules
- •Limited to analysis without direct modifications
- •Last updated in May 2011, may not support newer WordPress features
Verdict
Monkeyman Rewrite Analyzer serves as a useful tool for understanding rewrite rules in WordPress, though its lack of updates may limit its compatibility with the latest versions.
From the developer
Jan Fabry's own description of Monkeyman Rewrite Analyzer, lightly tidied.
This is a tool to understand your rewrite rules (“Pretty Permalinks”). It is indispensable if you are adding or modifying rules and want to understand how they work (or why they don’t work).
It is only an analyzer, it does not change any rules for you. It parses the rules down to their components and shows the connection with the resulting query variables. It allows you to try out different URLs to see which rules will match and what the value of the different query variables will be (see screenshots).
This plugin was written as a tool to help answering questions about rewrite rules on the WordPress Stack Exchange.