EasyEngine / easyengine

Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
https://easyengine.io
MIT License
2.12k stars 432 forks source link

All URI starting with /status, /ping, /pma, /adminer etc. are treated as special locations #965

Closed RavanH closed 6 years ago

RavanH commented 6 years ago

Say someone writes a page or post about the game Ping Pong or a television animation Pingu or an urban dictionary about PMA (Positive Mental Attitude). It'd be likely that page slug would start with "ping" or "pma". In such a case, visiting that page would give an unexpected result.

I've added pull request #964 to address this.

mbtamuli commented 6 years ago

Fixed by #964. Thanks for this PR @RavanH