我有以下文件夹结构:
C:\xampp\htdocs\project
在项目文件夹中,我有一个index.html
文件和其他文件夹,其中包含js文件和angular
及angular-route
的缩小版本。
我安装了XAMPP,我启动了所有模块(MySQL,FileZilla,Mercury,Tomcat),只有Apache没有启动,抛出这些消息:
5:14:15 PM [Apache] Status change detected: stopped
5:14:15 PM [Apache] Error: Apache shutdown unexpectedly.
5:14:15 PM [Apache] This may be due to a blocked port, missing dependencies,
5:14:15 PM [Apache] improper privileges, a crash, or a shutdown by another method.
5:14:15 PM [Apache] Press the Logs button to view error logs and check
5:14:15 PM [Apache] the Windows Event Viewer for more clues
5:14:15 PM [Apache] If you need more help, copy and post this
5:14:15 PM [Apache] entire log window on the forums
我试图在浏览器中查看index.html文件,我使用此网址:http://localhost/xampp/htdocs/project/index.html但是我得到一个空白页面,在控制台中显示此消息:
任何想法如何解决这个问题?
答案 0 :(得分:0)
您尝试导航到的网址不正确。它应该是localhost/project/index.html#/
。基本上,xampp在您的系统中设置服务器(apache和其他)。而index.html等项目的文件应该位于xampp\htdocs\YourFolderName
。
浏览器在localhost中找到服务器,并在上面的文件夹中搜索其中可用的任何资源。因此,针对上述案例的网址将为localhost/YourFolderName/index.html#/