I do like the way that you can simply opt Blocs to output Clean URL’s with no .html or .php.
The option creates a trailing slash. http://mysite.com/filename/
And even better that Blocs creates a re-direct from… http://mysite.com/filename to http://mysite.com/filename/ to counter Google thinking there’s two URL’s
So I assumed a .htaccess file was generated but it’s not!
Question… So how is the re-direct being performed?
I always add the trailing slash in project settings and found Scrutiny scans the site better like that without canonical issues. In addition, I have also found that social cards only show up properly when the trailing slash is added to the url.
I’ve never noticed that subtle server behaviour on a subfolder before. But then I’ve never built a site with every page as an index page inside a folder (with the folder name as the filename you would have used otherwise) to take advantage of it.