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.
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
There is an idea, thanks. I was hoping for something within the script though.