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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.