forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: pdiddy8117 on January 06, 2007, 07:53:55 am

Title: How can i make my coopermine theme page be my home page
Post by: pdiddy8117 on January 06, 2007, 07:53:55 am
Hello i wanted to know how to make coopermine my home page. home page on sites have to be index.html i want users to type in my site and go straight to coopermine theme page. right now I have a intro page and users have to click on enter which links to my coopermine page. I want it to go straight to it.
Title: Re: How can i make my coopermine theme page be my home page
Post by: Joachim Müller on January 06, 2007, 11:13:00 am
create a custom .htaccess file (or modify an existing one) that specifies index.php as default index files, like this:
Code: [Select]
DirectoryIndex index.php,index.htm,index.html
More details can be found googling for this (http://www.google.com/search?q=.htaccess+DirectoryIndex) issue (results e.g. http://www.hostingmanual.net/other/htfun.shtml). If this doesn't solve your issue (because your webhost doesn't allow you to have custom .htaccess files or if you're on another webserver than Apache), ask your webhost for support.

This is not related to coppermine at all, but a matter of webserver setup.