<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot E:\php\
<Directory "E:\php\">
Options Indexes FollowSymLinks ExecCGI
Order allow,deny
Allow from all
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Allow from all
AllowOverride All
Require all granted
这几个关键配置解决外部电脑访问不了的问题。
Comments | NOTHING