Rumah > Artikel > pembangunan bahagian belakang > 服务器不支持https访问php怎么办?
服务器不支持https访问php的解决办法:首先编辑语句【/apache2/conf/extra/httpd-ssl.conf】;然后在程序中添加相应代码;最后保存,并重启Apache即可。
服务器不支持https访问php的解决办法:
1、编辑/apache2/conf/extra/httpd-ssl.conf
2、在标签下增加以下两条:
ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/你的服务器默认目录/$1
DirectoryIndex index.html index.php
3、保存,重启Apache(service httpd restart)
相关学习推荐:PHP编程从入门到精通
Atas ialah kandungan terperinci 服务器不支持https访问php怎么办?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!