Is it possible to add php code to html page w/o converting the page to php?

@santafe

Most Cms and Frameworks use three lines in a .htaccess file to redirect all urls to a common file, usually index.php. The common file validates the url, extension, case sensitivity, etc and redirects to the specific request. Regardless of the possible url variations, a nearest match web-page is generated with a meta canonical reference to the preferred web-page url and possibly a 301 http response status code.

As an example, try the following link

  1. With no extension
  2. Another extension such as .html, .php, .tom, .dick or…
  3. Change case of “superman” to “SUPERMAN”, “SuperMan”, etc
  4. A numeric database table column id = 967
  5. A numeric reference, 967 preceded and/or followed by words separated with left slash separators.
  6. With or without www prefix

In each case, view the source code and notice the SEO friendly, canonical reference.

When back on the desktop the unique id will be supplied.

Edit
Added database table column id record = 967
Current site is a backup because of a recent MySQL hiccup. Hopefully, today will be up to date with the live search text box, etc