News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.