coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: B737Capt on October 02, 2004, 03:17:55 AM

Title: Make Thumbnails Page Main page?
Post by: B737Capt on October 02, 2004, 03:17:55 AM
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.
Title: Re: Make Thumbnails Page Main page?
Post by: Joachim Müller on October 02, 2004, 07:22:12 AM
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
Title: Re: Make Thumbnails Page Main page?
Post by: B737Capt on October 02, 2004, 08:00:22 AM
There is an idea, thanks.  I was hoping for something within the script though.