Process HTML files like PHP

后端 未结 4 1967
清酒与你
清酒与你 2020-11-29 11:17

I\'ve been trying to get .html files to process like .PHP files, using the .htaccess file. I\'ve used the following, both of which don\'t work and trying to access the test

4条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 12:16

    You can try the code below also.

    AddHandler x-httpd-php .html .htm
    

    OR

    AddType application/x-httpd-php .html .htm
    

提交回复
热议问题