Steps to change the Apache DirectoryIndex priority

kumkumsharma

Administrator
Staff member
If you want you can manually change the DirectoryIndex priority in WHM. You can follow below steps for that:
  • Login to WHM.
  • Here click on “Apache Configuration” under “Service configuration”.
  • You will find option “DirectoryIndex Priority”, you can change it according to your need.
You can also change it for specific folder but for that you have to make changes in .htaccess file. You can add this line in .htacccess file:
Code:
DirectoryIndex index.html index.php
 
Last edited:
Top