Closed Thread Icon

Preserved Topic: Apache Configuration (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18557" title="Pages that link to Preserved Topic: Apache Configuration (Page 1 of 1)" rel="nofollow" >Preserved Topic: Apache Configuration <span class="small">(Page 1 of 1)</span>\

 
GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 10-21-2001 01:53

how do i configure my apache which files it launches automatically?
index.htm and index.html are standard.
now i want to add index.php, index.asp, ...

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 10-21-2001 02:35

DirectoryIndex index.php index.html

You can add that line in your .htaccess file or you could modify your httpdconfig file.

You can add as many different elements to this. The first element is parsed first if found, following next to next to next.

Good luck.

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 10-21-2001 03:04

hey yo! it worked!
thanks mage!

« BackwardsOnwards »

Show Forum Drop Down Menu