I'm using this plugin to generate HTML files from my database, however, the generated files are put into folders that follows the permalink structure. I'm looking for a different thing, that is to generate html files and put them into 3-level nested subfolders
For example, my post has structure like this http://mysite.com/this-is-something.html, i want the file this-is-something.html to be in the folder /t/h/i/.
Does anyone know how to achieve this?
Thanks for any help