解决Apache无法解析PHP问题
编辑httpd.conf文件
添加如下代码
LoadModule php7_module modules/libphp7.so AddType application/x-httpd-php .php DirectoryIndex index.php index.htm index.html
第一句,装完php就自动生成
编辑httpd.conf文件
添加如下代码
LoadModule php7_module modules/libphp7.so AddType application/x-httpd-php .php DirectoryIndex index.php index.htm index.html
第一句,装完php就自动生成