Rumah > Artikel > pembangunan bahagian belakang > linux apache不解析php文件怎么办
linux apache不解析php文件的解决办法:首先找到并打开“httpd.conf”文件;然后添加代码内容为“AddType application/x-httpd-php .php”并保存即可。
推荐:《PHP视频教程》
解决Apache无法解析PHP问题
编辑httpd.conf文件
添加如下代码
LoadModule php7_module modules/libphp7.so AddType application/x-httpd-php .php DirectoryIndex index.php index.htm index.html
第一句,装完php就自动生成
Atas ialah kandungan terperinci linux apache不解析php文件怎么办. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!