• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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