Apache: Set the order of the first page to run indexhtml indexphp

Source: Internet
Author: User
Transferred from: http://blog.sina.com.cn/s/blog_a345dd4c01011wug.html

Edit the httpd.conf file and locate the DirectoryIndex in the back with a index.php.
For example, I changed the DirectoryIndex line to: DirectoryIndex index.html index.htm index.php Index.html.var
Save the edited content and restart Apache to do so.

DirectoryIndex index.html index.htm index.php index.php3

If the above settings still cannot run the first page in sequence, then you have to modify the PHP-related configuration file php.conf
In the/etc/httpd/conf.d/php.conf file
DirectoryIndex index.php
Above is even index.php priority, if the DirectoryIndex index.php removed, then index.html, should also be changed to DirectoryIndex index.html or DirectoryIndex Index.html index.php

The above describes the Apache: Set the first page run indexhtml indexphp order, including the Apache aspects of the content, I hope that 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.