Maintain and update PHP-based websites in this repository, including editing `.php` templates, adjusting includes/partials, fixing routing and output issues, and verifying behavior with local commands. Use when requests involve PHP page changes, content rendering bugs, form handling, search/detail page logic, or Apache/PHP configuration touches.
Implement safe, focused changes to PHP pages and related config while keeping existing structure intact. Verify behavior with local checks before finishing.
rg --files | rg '\.php$|\.htaccess|settings\.json'.index.php, parts.php, detail.php, search.php).php -l <file> for changed PHP files.npm run build) only when needed.index.php and shared pieces in parts.php.detail.php and search.php.path.php, .htaccess, or settings.json.references/ when repeated edits require stable rules.scripts/ only when a deterministic helper is needed repeatedly.