Where is there an option to change the name of this file? All you can do is enter it incorrectly in the config settings!
If you change the name of the file, you have to change everywhere it is called in the integration.
I have no idea why you would even want to rename it, but if you just want people to be able to link directly to it, the easiest way would be to write a simple redirect script called gallery.php
Code: › <?php
header("Location: ./gallery2.php");
?>