标签: php laravel-4 arduino
我在我的服务器上安装了Laravel,我正在尝试通过IP访问带有Arduino的URL。因此,它不想使用www.domain.com/installation,而是转到65.254.244.180/installation。
但是当我试图去网址时。我收到403 Forbidden错误。
有没有办法告诉服务器或Laravel通过IP接受请求?还是另一个问题?