79397033

Date: 2025-01-29 14:23:11
Score: 0.5
Natty:
Report link

I found the issue. A WP security tool installed an NGINX config file for standard WP installs. The tool had a "deny all" option for URLs containing a ":" colon. Once I removed it, it worked great.

A standard rewrite worked.

rewrite ^/wiki/Category:Title https://to.some.where permanent;
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: LotusJeff