| Portal Home | Client Area | Announcements | Knowledgebase | Support Tickets | Downloads |
Knowledgebase
You are here: Portal Home > Knowledgebase > Web Development > Is there anyway to change the directory index for my website?
Is there anyway to change the directory index for my website?
|
If you want your directory index page to be different then the normal index.html, index.htm, or index.php you can utilize the .htaccess file. Just simply add the below code into your .htaccess file. 'DirectoryIndex filename.html' |