생존기술_IT/OS | SERVER

[apache/php] PHP / Ubuntu / Apache / HTML 확장자에도 PHP 코드 인식되도록 설정하는 방법

LeCafeCreme 2020. 6. 22. 14:19

(edit config by vim)

 

AddType application/x-httpd-php .html

 

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

 

 

(enter on console)

 

service apache2 reload

 

 

(test on php server)

 

<?php phpinfo(); ?>