I would like to use .html extensions to reproduce the same web site that I took over for a client. Is this possible?
Hi and welcome, @activewebnz
Without prettyURLs (http://www.couchcms.com/docs/concepts/pretty-urls.html), the templates in Couch need to have a '.php' extension.
With prettyURLs, the '.html' extension is used only for cloned pages (while the templates lose all extensions).
So, I am sorry, but I don't think it'd be easy to retain your original URLs (unless you decide to create all your pages as cloned pages of index.php, which is unlikely).