dongraa1986 2015-11-14 10:17
浏览 89

从Netbeans运行时,PHP内置的Web服务器不提供css或图像

I'm using Netbeans to build a simple PHP site. In the run configuration I have the Run as property set to PHP Built-in Web Server (running on built-in web server).

When I run the project, the index.php file, and all the text in it loads, but no CSS styles, Javascript, or image files load correctly. I get this error in the console regarding CSS:

Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://localhost:8000/css/main.css".

When I take a look at what has loaded in Chrome, I see that the css response was empty. The same goes for all the Javascript.

I tried just running it in the PHP webserver from the command line:

php -S localhost:8001

And this worked perfectly! So I think the issue is related to some sort of Netbeans configuration. I'm running it with the Chrome browser, and tried both with the "Netbeans Connector" on and off, to no avail. If anybody knows what the issue might be, I'd appreciate the help!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 如何在scanpy上做差异基因和通路富集?
    • ¥20 关于#硬件工程#的问题,请各位专家解答!
    • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
    • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
    • ¥30 截图中的mathematics程序转换成matlab
    • ¥15 动力学代码报错,维度不匹配
    • ¥15 Power query添加列问题
    • ¥50 Kubernetes&Fission&Eleasticsearch
    • ¥15 報錯:Person is not mapped,如何解決?
    • ¥15 c++头文件不能识别CDialog