Make Thumbnails Page Main page? Make Thumbnails Page Main page?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Make Thumbnails Page Main page?

Started by B737Capt, October 02, 2004, 03:17:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

B737Capt

Is it possible to make my thumbnails page the main (index) page?  I will only have one album and I would like to just show only the thumbnails.

Joachim Müller

Coder's answer ;):if (you're_hosted_on_apache == TRUE
    AND your_webhost_let's_you_have_htaccess == TRUE) {
    create_a_htaccess_file('redirect visitors seeking index.php to thumbnail.php');
    }


Joachim

B737Capt

There is an idea, thanks.  I was hoping for something within the script though.