Advanced search  

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

Pages: [1]   Go Down

Author Topic: How can i make my coopermine theme page be my home page  (Read 2338 times)

0 Members and 1 Guest are viewing this topic.

pdiddy8117

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 66
  • luxuriousmodels.com
    • luxuriousmodels
How can i make my coopermine theme page be my home page
« 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.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How can i make my coopermine theme page be my home page
« Reply #1 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 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.