In CentOS, set the priority of indexhtml and indexphp

Source: Internet
Author: User
In CentOS, after installing Apache and PHP, the index.php priority is the highest by default.

If you want to change to index.html first, you need to edit the file as follows:

edit httpd.conf file to find DirectoryIndex this line, plus index.php as follows:

DirectoryIndex index.html index.htm index.php

Save the edited content ( under VI, press ESC and type: Wq Enter to save the edited text and exit )

Then modify the PHP-related configuration file php.conf:

DirectoryIndex index.html index.htm index.php in/etc/httpd/conf.d/php.conf file

This order of precedence is index.html > index.htm > index.php

Last reboot Apache:service httpd restart

(If you encounter bash:service:command not found, there is a problem with the command path, add/sbin/before the command)


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The above describes the CentOS, set the priority of indexhtml and indexphp, including aspects of the content, I hope the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.