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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.