Observed arrival · 2026-09-02
.htaccess Pro: Rewrite Rules Under the Microscope
A JetBrains plugin that simulates Apache mod_rewrite and traces a URL through an .htaccess file, rule by rule.
Field notes
The page describes a local simulation pipeline rather than a server connection: users provide request details, the engine evaluates rules and conditions, and the trace ends with a concrete routing verdict. It can jump from a trace line to the corresponding source line and flags issues such as missing RewriteEngine On, orphaned conditions, invalid flags, and non-redirect R= codes. The engine is presented as the same six source files used by the plugin, with an MIT-licensed repository and npm command-line version.
Observed signals
Read the marks
Editorial observations of this landing page, not a rating.
One card from the complete issue