I'd like to run Automad from a subfolder on my server to keep the root more tidy (but also have the subfolder name stripped out of the URL). In another flat file CMS that I've used this has been handled by setting RewriteBase to the subfolder in the .htaccess file. Is the procedure the same in Automad? Basically, I am looking for this path:
mydomain.com/automad/about
to give me the page URL
mydomain.com/about
Is there a way to make that work?
Kurt