forum.coppermine-gallery.net
Support => Older/other versions => cpg1.3.x Support => Topic started by: B737Capt on October 02, 2004, 03:17:55 am
-
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.