Method for executing php statements in static html files (recommended ),

Source: Internet
Author: User

Method for executing php statements in static html files (recommended ),

PHP statements in the HTM file will not be executed. How can I run php code in the HTML file?

How to execute php statements in html files:

1. Modify httpd. conf and run Apache to treat HTML as PHP,

You need to modify the http. conf file on the server.
Add the following statement to Apache httpd. conf:

AddType application/x-httpd-htm. htm
Action application/x-httpd-htm "/php4/php.exe"

For general virtual hosts, we cannot modify httpd. conf, but we can modify. htaccess.

2. Modify. htaccess

New php Add Handlers

SolutionIf you need an add handler for PHP please use the following:

# PHP5

AddHandler application/x-httpd-php5. html. htm

# PHP4

AddHandler application/x-httpd-php4. html. htm

That is if you need to parse. html files or any other extension as PHP you can place that in your. htaccess file.

The above static html file execution php statement method (recommended) is all the content shared by the editor. I hope to give you a reference, and hope you can provide more support to the customer's house.

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.