• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

get other extensions to show up in the httpdocs folder

V

vinnie

Guest
Hi would somebody please post how I can get other extensions to show up in the httpdocs folder. Currently I can get index.html and index.php to show up but when I try index.htm the site defaults to a "Fedora Core Test Page" It instructs to "prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf." I don't know how to edit this. Am I only able to use the .html and php extensions?
 
i think u change the default pages either from .htaccess file in your area (try to log on as a root) or by modifying htttpd.conf
 
Go to /etc/httpd/conf and add the extensions you want in httpd.conf. Look for the line beginning with 'DirectoryIndex' around line 410 or so. Be sure to restart httpd so that the changes take effect.
 
Back
Top