Does anyone know how to enable SSI for URIs such as http//domain.com/page ?
(It is straightforward to enable SSI for URIs that have extensions, such as http//domain.com/page.html or http//domain.com/page.shtml -- instructions are found on https://httpd.apache.org/docs/current/howto/ssi.html .)
mod_rewrite does not work. Using a symbolic link from page to page.html does not work either.
Thanks!