I am interested in moving my WordPress website to a static HTML website.
I found an HTML template that I can use but I wonder something about the URLs, currently, my WordPress URLs are like this:
/tutorials/how-to-install-mongodb-4-0-in-replication-on-windows-server-2019/
/security/5-reasons-why-its-a-good-idea-to-use-a-siem/
Right now I could make a directory “tutorials” but then the HTML file would be “how-to-install-mongodb-4-0-in-replication-on-windows-server-2019.html”
So I end up with:
/tutorials/how-to-install-mongodb-4-0-in-replication-on-windows-server-2019.html
Is there a way with the workers I could run this HTML file if someone goes to:
/tutorials/how-to-install-mongodb-4-0-in-replication-on-windows-server-2019/
Thank you in advance for any advice :).