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

Simple Front Door for Coppermine

Started by zzapper, March 06, 2006, 01:16:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zzapper

Hi,
Sorry I expect this is an old chestnut. I usually put CPG onto a sub-domain eg album.somedomain.co.uk , But I'd really like to install a frontdoor so that I can explain to visitors what they can do eg Slideshow, ecards etc, trouble is CPG expects to be it's own homepage.

Ideas pls


Joachim Müller

Option 1): use anycontent
Option 2): send your users to a splash page first

Tranz

You can put the splash page in a file called index.html. If your server is set up to prioritize index.html files, then anyone who goes to the subdomain will see the static file. Otherwise, you would need to modify .htaccess if you use apache so that it explicitly looks for index.html rather than index.php