treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Different Directory Index Page

Last updated on:

Normally index.html or index.php is the default page a server serves up when visiting a directory without specifying a file name. You can change this with .htaccess:

DirectoryIndex index2.html
View Comments

Comments

  1. Permalink to comment#

    that’s cool.

  2. Gvidas
    Permalink to comment#

    How to write in htaccess if i dont wanna show index.php file if u pressing on home button,or dont wanna sho any files in the end,just folders..For example :
    —————————————–
    before

    myweb.com/index.php

    after

    myweb.com/

    ———————————————–
    before

    myweb.com/profile/home.php

    after

    myweb.com/profile/

  3. JBeast
    Permalink to comment#

    I’m totally new to .htaccess. I never thought that this thing is possible. Thanks! Keep it up!

Leave a Comment

Use markdown or basic HTML and be nice.