• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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