I have a drupal 7 driven website.
I need to replace a handful of pages on that website using static HTML without impacting the URLs of those pages.
For example I have a page accessible at: example.com/services/
That page is a proper drupal driven page. I want that page to display a proper HTML page I’ve written from scratch without any input from drupal engine but still retain the same URL so anything that leads to that page (internal & external links) would continue to work.
What’s the correct way to set that up.
Thank you!