I'm trying to design a new page to be used as the index page.
To do this, I intend to redesignate the "Home" page (the current index.php page) and give it some other name.
But how do I go about changing this name. I can't see the html codes when I open this page in notepad - I see only the php codes.
pse advise.
thanks.
read the sticky first
http://forum.coppermine-gallery.net/index.php?topic=24056.0
You can't change the name of Coppermine's index.php page. Coppermine requires that this not be changed however, you can create a new "home" page with a link to this index.php. If you're creating a single page, put it in CPG's root directory to simply things. Login in to "admin menu=>config=>General settings=>URL of your home page" and add the name of your new home page. Now when someone clicks on the "Home" link in the gallery, they will be taken to your new home page. To link to this new home page from outside your gallery, all exterior links should be something like this "htpp://www.your_domain.com/coppermine_dir/my_new_page.html"
thank you so much :-*