I have an existing website that has a URL structure like this:
example.com/subdirectory-1/page-1.html
I want to use WordPress as the CMS for this website but I want to maintain the exact same URL structure.
If it matters, I'm only concerned about WordPress "Pages". There's no automation planned here, I'll just create each Page one by one.
How is this accomplished?
What are the terms (title?, URL slug?, permalink?, some plugin?) I need to google for to understand how to do this? Thanks.