Microsoft Edge找不到资源,为什么?

Rey*_*rPM 5 html apache microsoft-edge

我有一个奇怪的问题,我不知道如何解决。我正在调用此URL:http://rperez.local由于某种原因,找不到某些资源。

此问题仅存在于Microsoft Edge中。我已经在Chrome,Firefox和Internet Explorer 11中测试了相同的URL,它可以正常工作,因此在这种情况下我不知道问题出在哪里。

这是浏览器控制台中出现的错误:

HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier).
GET - http://rperez.local/js/mmi_js/scripts.js?1491850831
dashboard (49,1)
HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier).
GET - http://rperez.local/images/icons/24x24/mail.png
dashboard (140,1)
HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier).
GET - http://rperez.local/images/icons/24x24/office-building.png
dashboard (106,1)
...
GET - http://rperez.local/images/icons/16x16/navigate_open.png
SCRIPT1014: Invalid character
jquery-1.12.4.min.js (4,16632)
Run Code Online (Sandbox Code Playgroud)

有趣的是,例如,如果我调用此URL:http://rperez.local/images/icons/16x16/navigate_open.png在使用Microsoft Edge的选项卡中,我确实看到了图像,但该页面无法正常工作。

我正在使用Apache,但是没有任何规则可以阻止此响应,实际上,如果该响应在其他浏览器中都可以正常运行,并且我可以从页面外部访问该图像,则此处将发生其他情况。

是否有人遇到相同的问题?任何解决方法?