How will you change the default file (homepage) using .htaccess?

When a URL specifying only a directory is requested …
eg.: http://www.domain.com/directory/

Initially, Apache looks for file names by default (in the order they appear):

index.html
index.htm
home.html
welcome.html

The .htaccess directive “DirectoryIndex” can be used to override this behavior.

In your .htaccess file, type the following line:

DirectoryIndex index.php index.html

In the above example Apache is forced to look for index.php first and look for index.html only if there is no index.php file present.

“DirectoryIndex” can be used to make any file you would like to appear as default. For

For instance, you could have:

DirectoryIndex firstpage.html first.html first.php

In the above example ,apache  would first look for firstpage.html, first.html, and first.php, returning a directory listing if none of those files were present in the directory.

  • 13 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

Can I use my domain name or must I use my IP address as the hostname for FTP?

Using your IP address (192.168.22.22  is an example IP address) is the preferred entry for...

Can you transfer my sites from my current host to my new VPS?

Yes. We will transfer all of your sites free* of charge and will assure that you experience no or...

Do you allow MP3 files? Do you allow streaming of videos?

Yes we do with our special plans at http://hostripples.in/avs-hosting.php

Do you support Cold Fusion?

We do not support or Cold Fusion on our shared hosting servers, however you are more than welcome...