Root folder question (file extension precedence)

Discussion in 'Programming' started by Blame Me, Feb 16, 2006.

  1. #1
    One simple question that I have seen answered on here but cannot for the life of me find the answer too.

    In the root folder of your site what file extension would take precedence if both were placed in the same root folder?

    Is it index.html or index.php

    Just so everyone is clear, what would happen if I typed my address in, which file would it choose to display first. www.mysite.com/index.html or www.mysite.com/index.php
     
    Blame Me, Feb 16, 2006 IP
  2. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not to worry, I've found out by just having try.

    html if you are woundering :)
     
    Blame Me, Feb 16, 2006 IP
  3. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can set this up in htaccess if you want to change it.

    DirectoryIndex index.php3
     
    mad4, Feb 17, 2006 IP