apache2不解析php的解决方法:首先打开httpd.conf配置文件;然后添加代码【LoadModule php7_module modules/libphp7.so】即可。

首先打开httpd.conf配置文件;
(推荐教程:php图文教程)
然后添加如下代码即可:
LoadModule php7_module modules/libphp7.so AddType application/x-httpd-php .php DirectoryIndex index.php index.htm index.html
以上就是apache2不解析php怎么办的详细内容。
本文系统来源:https://www.php.cn/php-ask-458006.html【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!