我在笔记本电脑上运行Apache并开发了一个网站。本地域名是bee.off。我想从手机上查看网站的设计。我只能访问localhost,但不能访问其他本地域。那我该怎么办?
我的bee.off配置如下:
<VirtualHost *:80>
ServerName bee.off
DirectoryIndex index.php
DocumentRoot /home/ovin-off/www/bee.off
<Directory /home/ovin-off/www/bee.off>
Options Indexes FollowSymLinks MultiViews
Require all granted
Order allow,deny
Allow from all
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/bee.off-error.log
CustomLog ${APACHE_LOG_DIR}/bee.off-access.log combined