Mondoze Knowledge Base

Search our articles or browse by category below

Set default page on Linux plesk using htaccess

Last modified: October 5, 2022
You are here:
Estimated reading time: 1 min

How To Set Default Page on Linux Plesk

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.

Was this article helpful?
Dislike 0
Views: 302