How to set the default page of your website in shared Linux Plesk hosting using the .htaccess file
1 - You can simply create a file named ".htaccess" in the domain folder.
2 - Copy and paste the following line in the .htaccess file :
DirectoryIndex default.html index.html index.cgi index.php
3 - The Apache server will look for the list files, from left to right.
No comments