Is it possible to change the way of building filenames
when saving a dynamic page?For example if I have a file like the following:
page.php?pid=12345&zid=9876&id=4567
I want it to be saved as:
pagepid12345zid9876id4567.html
or
page_pid_12345_zid_9876_id_4567.html
or
page_pid12345_zid9876_id4567.html
Best regards
Claudio |