首页 > 解决方案 > WAMP 拒绝与 localhost 的移动连接

问题描述

WAMP 3.2.0 站点在台式电脑上运行良好,但外部设备无法连接到本地主机。

httpd-vhosts-:

# Virtual Hosts
  <VirtualHost *:7246>
    ServerName localhost
    ServerAlias localhost
    DocumentRoot "${INSTALL_DIR}/www"
    <Directory "${INSTALL_DIR}/www/">
      Options +Indexes +Includes +FollowSymLinks +MultiViews
      AllowOverride All
      Require all granted
    </Directory>
  </VirtualHost>

标签: localhostwamp

解决方案


推荐阅读