ServerGigabit Network

Step-by-step using .htaccess to set default page on Linux plesk

You are here:
Estimated reading time: 1 min

Set default page on Linux plesk using .htaccess

Set default page on Linux plesk using .htaccess

Applies to :

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 Directory Index 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 :

Directory Index 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.

 

Please refer to the following article to know more.
Knowledge Base: Set default page on Linux plesk using .htaccess: Simple Guide

Was this article helpful?
Dislike 0
Views: 76