Is there someway To Change The Index Page Is there someway To Change The Index 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

Is there someway To Change The Index Page

Started by HooX, May 04, 2005, 03:30:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HooX

Is there any way sp I can have an Preload page instead of index.php.
I want to have a file called index.php and that one should link to the fotoalbum...??

I'm using dreamwaver if that's some help...

/HooXwww.jbfoto.mine.nu

donnoman

highly dependent on server config you might be able to use an alternate page type that is higher in precedence than index.php to be displayed as the default page.

Your HOST would probably be able to give you the complete list if you were to ask, and may even be listed in a FAQ section of thier support pages.

Heres a list of candidates (Not exhaustive).

index.htm
index.html
default.htm
default.html
default.php
index.asp
default.asp
home.htm
home.html
index.cfm
default.cfm

then in that file you would link directly to index.php to start up the gallery.

if index.php is the top entry in the http servers config then you are pretty much SOL for using this method, as it generally checks in the order the config option is set.


OmegaGOD

You can also move CPG to folder under your root directory so that you can create your "preload" page. Then simply link from your "Preload" page to CPG.

Example.

./index.html <- Your Pre-load page
./gallery/index.php <- The gallery's main index page.
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

Joachim Müller

HooX seems to already have found out how to add a splash page. It would have been nice if you (HooX) would have resolved your own thread. Dreamweaver (or any other editor) is irrelevant in this context.

Joachim

HooX

I Solved The Problem By Edit The httpd.conf file.
And told that one to read the Index.html before Index.php file =)