URL re-writing with nginx, PHP, and WordPress
There are many posts about nginx, re-directs, PHP, and WordPress. There are somewhat fewer posts that talk about (internal) re-writes, where the request by the web browser is mangled to be served by another resource than the one requested. For example, I may want a request for https://mysite.foo/cool/penguin to actually …