我尝试从执行
中解释的其他计算机打开我的网站How do I connect to this localhost from another computer on the same network?
它也很好用。但是在“步骤3b”我需要对主机文件进行更改以打开它,我不希望网站应该打开一旦url被给出而不在其他PC上进行更改或者想通过在httpd中给客户端ip限制访问-vhosts.conf。我希望所有计算机都能访问局域网中的网站连接。
我该怎么做?
我尝试编辑httpd-xampp.conf
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
它也不起作用......
答案 0 :(得分:0)
这可能会对您有所帮助。
重启xampp / wamp服务器。
现在转到其他系统并点击此网址:192.168.1.200:1234 /server / your-project
设置静态IP :http://www.howtogeek.com/howto/19249/how-to-assign-a-static-ip-address-in-xp-vista-or-windows-7/
更改localhost端口:How to change XAMPP apache server port?