How can i make my coopermine theme page be my home page How can i make my coopermine theme page be my home page
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How can i make my coopermine theme page be my home page

Started by pdiddy8117, January 06, 2007, 07:53:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pdiddy8117

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.

Joachim Müller

create a custom .htaccess file (or modify an existing one) that specifies index.php as default index files, like this:DirectoryIndex index.php,index.htm,index.html

More details can be found googling for this 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.