What paths does WordPress use for itself on a domain?

Aside from those that are files in the WordPress installation, mostly beginning with wp-, these are also added:

  • /login/ redirects to wp-login.php
  • /admin/ redirects to /wp-admin/
  • /feed/ RSS feeds

Any other clashes are likely because of pages with clashing slugs, or 3rd party plugins ( you will need to ask plugin authors or test )