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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.