Apache
Jump to navigation
Jump to search
- Use DirectoryIndex to change list of default name of index file while browsing directory
DirectoryIndex index.php index.html # Will serve php version first DirectoryIndex mycustomindex.html # To point to specific file when browsing directory (no directory listing)