早安EchoMichael
2016-04-10 19:49
test01,02 可以显示了 但是localhost和上一节的test.php都不能显示了,这有什么问题吗Forbidden You don't have permission to access / on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80
显示这样
你去把 那个 include httpd-vhosts.conf注释掉就行了
或者httpd-vhosts.conf里面加一个
<VirtualHost *:80>
DocumentRoot "D:这里是你的根路径"
ServerName localhost
</VirtualHost>
自己体会一下就知道啥意思了
跟你一样的问题。。如果解决了,希望能告诉我,感谢
但是127.0.0.1还是不能访问咋办
PHP入门篇
455994 学习 · 6306 问题
相似问题