• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Default index page

T

torgojones

Guest
Is there a way to change what the default extension for an index file in the /httpdocs folder can be? I'd like for default.asp to be the default page. I know in the Windows version of Plesk 7.5 I can go to Web Directories section under the Hosting Setup and choose the default page in the Preferences button, but in Plesk 8.1 for Unix I can't find a way to do it.
 
Create (or add to an existing) text file called .htaccess in the web root folder.

Include the line:
DirectoryIndex default.asp

You can actually assign multiple default index files in order of preference, such as:
DirectoryIndex default.asp index.htm index.html index.php
 
Back
Top