我正在使用 Browserstack.com 本地测试,它似乎不适合我。我在我的 Ubuntu 12.04 上安装了 lampp 并进行了httpd-vhosts.conf
如下/etc/hosts
配置:
httpd-vhosts.conf:
<VirtualHost *:80>
DocumentRoot "/home/ME/FOLDER"
ServerName dev
</VirtualHost>
/etc/hosts:
127.0.0.1 dev
我可以通过在本地机器上输入 Chrome 来访问我的 PHP 站点,但是当使用 Browserstack 的 web 隧道进行本地测试时,在我输入为 HOST 和PORTdev/
后它将无法工作。
有谁知道如何让事情发挥作用?谢谢。dev
80