I’m looking to set htaccesss so that the following url
/any-section?page=sub-section
Looks like the following
/any-section/sub-section
Both '/any-section' and '/sub-section' could be anything.
There is already the standard Perch htaccess (below) removing the .php from the end of the /any-section.php filename.