wampserver 局域网可访问

it2022-05-08  11

打开httpd-vhost.conf

<VirtualHost *:80> ServerName www.pl.me DocumentRoot "${INSTALL_DIR}/www/blog_pl" <Directory "${INSTALL_DIR}/www/blog_pl/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride AllRequire all granted </Directory></VirtualHost>

把Require local改成

Require all granted

如果没有就加进去。

转载于:https://www.cnblogs.com/iasnsqt/p/9238051.html

相关资源:数据结构—成绩单生成器

最新回复(0)