ProxyPassMatch ^/(.*.php)$ fcgi://127.0.0.1:10000/yjdata/www/thinkphp/$1DirectoryIndex index.html index.php 把上面这两行添加到443端口的虚拟主机里面去就可以了,我看你80端口的虚拟主机里是有这两行的。
ProxyPassMatch ^/(.*.php)$ fcgi://127.0.0.1:10000/yjdata/www/thinkphp/$1
DirectoryIndex index.html index.php
把上面这两行添加到443端口的虚拟主机里面去就可以了,我看你80端口的虚拟主机里是有这两行的。