Set default page on Linux plesk using htaccess

Applies to :

  • Linux Server

Requirements

To perform this task, you need to have :

  • Knowledge in accessing the server via SSH or FTP.
  • IP address or server hostname.
  • Your server SSH/FTP username and password.

Instructions

You can simply create a file named ".htaccess" in the folder where you want to have a DirectoryIndex rule to take effect. In a shared hosting plan, there is a possibility that you will not able to create ".htaccess" because you are not allowed to upload or create a filename begin with "." (dot). However, our support will be able to help you to rename the file later.


Copy and paste following line in .htaccess file :

DirectoryIndex default.html index.html index.cgi index.php


Please note that the Apache server will look for the list files, from left to right. In the above example, the Apache server will first look for "default.html" to load. If "default.html" cannot be found, it looks for "index.html" next. If "index.html" cannot be found, it looks for "index.cgi" next, and so on.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.